From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/list/edit-multiple.html.tmpl | 58 ++++++++++++------------ 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'template/en/default/list/edit-multiple.html.tmpl') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 4d769c5fa..f7b40a18f 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -19,6 +19,8 @@ # Contributor(s): Myk Melez #%] +[% PROCESS global/variables.none.tmpl %] + [% dontchange = "--do_not_change--" %] @@ -38,9 +40,9 @@

- To change multiple bugs: + To change multiple [% terms.bugs %]:

    -
  1. Check the bugs you want to change above.
  2. +
  3. Check the [% terms.bugs %] you want to change above.
  4. Make your changes in the form fields below. If the change you are making requires an explanation, include it in the comments box.
  5. @@ -53,13 +55,13 @@ - [% PROCESS selectmenu menuname = "product" + [% PROCESS selectmenu menuname = "product" menuitems = products %] - [% PROCESS selectmenu menuname = "version" + [% PROCESS selectmenu menuname = "version" menuitems = versions %] @@ -72,7 +74,7 @@ - [% PROCESS selectmenu menuname = "rep_platform" + [% PROCESS selectmenu menuname = "rep_platform" menuitems = platforms %] @@ -82,7 +84,7 @@ - [% PROCESS selectmenu menuname = "priority" + [% PROCESS selectmenu menuname = "priority" menuitems = priorities %] @@ -91,7 +93,7 @@ - [% PROCESS selectmenu menuname = "component" + [% PROCESS selectmenu menuname = "component" menuitems = components %] @@ -101,7 +103,7 @@ - [% PROCESS selectmenu menuname = "bug_severity" + [% PROCESS selectmenu menuname = "bug_severity" menuitems = severities %] @@ -110,7 +112,7 @@ - [% PROCESS selectmenu menuname = "target_milestone" + [% PROCESS selectmenu menuname = "target_milestone" menuitems = targetmilestones %] @@ -139,9 +141,9 @@ - @@ -192,9 +194,9 @@ Groupset:
    - @@ -229,7 +231,7 @@
    Don't
    change
    this group
    restriction -
    Remove
    bugs
    from this
    group -
    Add
    bugs
    to this
    group +
    Don't
    change
    this group
    restriction +
    Remove
    [% terms.bugs %]
    from this
    group +
    Add
    [% terms.bugs %]
    to this
    group
    Group Name:
    [% IF foundinactive %] - (Note: Bugs may not be added to inactive + (Note: [% terms.Bugs %] may not be added to inactive groups, only removed.)
    [% END %] @@ -245,14 +247,14 @@ [% knum = knum + 1 %]
    [% END %] [% knum = knum + 1 %]
    [%# If all the bugs being changed are open, allow the user to close them. %] @@ -264,7 +266,7 @@ [% knum = knum + 1 %] -
    +
    [% END %] [% IF bugstatuses.size == 1 %] [% IF bugstatuses.contains('RESOLVED') %] [% knum = knum + 1 %] -
    +
    [% ELSIF bugstatuses.contains('VERIFIED') %] [% knum = knum + 1 %] -
    +
    [% END %] [% END %] [% knum = knum + 1 %] -
    [% knum = knum + 1 %] -
    -- cgit v1.2.3-24-g4f1b