# Because some actions are chosen by buttons, we can't encode them as the value
# of the action param, because that value is localisation-dependent. So, we
# encode it in the name, as "action-<action>". Some params even contain the
-# series_id they apply to (e.g. subscribe, unsubscribe.)
+# series_id they apply to (e.g. subscribe, unsubscribe).
my @actions = grep(/^action-/, $cgi->param());
if ($actions[0] && $actions[0] =~ /^action-([^\d]+)(\d*)$/) {
$action = $1;
use Bugzilla::Field;
# Turn off output buffering (probably needed when displaying output feedback
-# in the regenerate mode.)
+# in the regenerate mode).
$| = 1;
# Tidy up after graphing module
<listitem>
<para>Fill out the "Component" field, a short "Description",
- the "Default Assignee" and "Default QA Contact" (if enabled.)
+ the "Default Assignee" and "Default QA Contact" (if enabled).
The Component and Description fields may contain HTML;
the "Default Assignee" field must be a login name
already existing in the database.
[%# INTERFACE:
# tabs: List of hashes. May not be empty. Each hash has three members:
# name: string. Name of the tab (used internally.)
- # description: string. Description of the tab (used in tab title.)
+ # description: string. Description of the tab (used in tab title).
# saveable: boolean. True if tab has a form which can be submitted.
# True if user is not receiving self-generated mail.
# Note: For each tab name, a template "prefs/${tab.name}.tmpl" must exist,
[% IF NOT cgi.param("help") %]
[% IF cgi.user_agent("Mozilla/5") %]
<script type="text/javascript"> <!--
- document.write("<p><a href='query.cgi?help=1&format=advanced'>Give me some help<\/a> (reloads page.)<\/p>");
+ document.write("<p><a href='query.cgi?help=1&format=advanced'>Give me some help<\/a> (reloads page).<\/p>");
// -->
</script>
[% END %]
###############################################################################
# Each panel has two functions - panel Foo has a DoFoo, to get the data
# necessary for displaying the panel, and a SaveFoo, to save the panel's
-# contents from the form data (if appropriate.)
+# contents from the form data (if appropriate).
# SaveFoo may be called before DoFoo.
###############################################################################
sub DoAccount {