summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/admin/products/create.html.tmpl6
-rw-r--r--template/en/default/admin/products/edit-common.html.tmpl6
-rw-r--r--template/en/default/admin/products/edit.html.tmpl10
-rw-r--r--template/en/default/admin/products/footer.html.tmpl10
-rw-r--r--template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl2
-rw-r--r--template/en/default/admin/products/groupcontrol/edit.html.tmpl4
-rw-r--r--template/en/default/admin/products/groupcontrol/updated.html.tmpl4
-rw-r--r--template/en/default/admin/products/list-classifications.html.tmpl6
-rw-r--r--template/en/default/admin/products/list.html.tmpl12
-rw-r--r--template/en/default/admin/products/updated.html.tmpl14
11 files changed, 38 insertions, 38 deletions
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index aa728df75..1bd04a5e1 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -18,7 +18,7 @@
#
# (classification fields available if Param('useclassification') is enabled:)
#
- # classification: Bugzilla::Classification object; The classification
+ # classification: Bugzilla::Classification object; The classification
# the product is in
#
#%]
diff --git a/template/en/default/admin/products/create.html.tmpl b/template/en/default/admin/products/create.html.tmpl
index d2167c64b..e7046dbe8 100644
--- a/template/en/default/admin/products/create.html.tmpl
+++ b/template/en/default/admin/products/create.html.tmpl
@@ -15,7 +15,7 @@
[%# INTERFACE:
# classification: Bugzilla::Classification object; If classifications
- # are enabled, then this is
+ # are enabled, then this is
# the currently selected classification
#
#%]
@@ -43,7 +43,7 @@
<tr>
<th align="right">Version:</th>
- <td><input size="64" maxlength="255" name="version"
+ <td><input size="64" maxlength="255" name="version"
value="[% version FILTER html %]">
</td>
</tr>
@@ -63,7 +63,7 @@
</form>
[% PROCESS "admin/products/footer.html.tmpl"
- no_add_product_link = 1
+ no_add_product_link = 1
no_edit_product_link = 1 %]
[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl
index 4812707cd..2bb0c8920 100644
--- a/template/en/default/admin/products/edit-common.html.tmpl
+++ b/template/en/default/admin/products/edit-common.html.tmpl
@@ -29,10 +29,10 @@
<td><b>[% classification.name FILTER html %]</b></td>
</tr>
[% END %]
-
+
<tr>
<th align="right">Product:</th>
- <td><input size="64" maxlength="64" name="product"
+ <td><input size="64" maxlength="64" name="product"
value="[% product.name FILTER html %]">
</td>
</tr>
@@ -62,7 +62,7 @@
</td>
</tr>
[% END %]
-
+
<tr>
<th align="right">Open for [% terms.bug %] entry:</th>
<td><input type="checkbox" name="is_active" value="1"
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index 3bd78a958..ad928b716 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -20,7 +20,7 @@
#
# (classification fields available if Param('useclassification') is enabled:)
#
- # classification: Bugzilla::Classification object; The classification
+ # classification: Bugzilla::Classification object; The classification
# the product is in
#%]
@@ -134,16 +134,16 @@ versions:</a>
[% product.bug_count FILTER html %]</a></td>
</tr>
</table>
-
- <input type="hidden" name="product_old_name"
+
+ <input type="hidden" name="product_old_name"
value="[% product.name FILTER html %]">
<input type="hidden" name="action" value="update">
<input type="hidden" name="token" value="[% token FILTER html %]">
<input type="submit" id="update-product" value="Save Changes">
</form>
-
+
[% PROCESS "admin/products/footer.html.tmpl"
- no_add_product_link = 1
+ no_add_product_link = 1
no_edit_product_link = 1 %]
[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/products/footer.html.tmpl b/template/en/default/admin/products/footer.html.tmpl
index 78e1864a7..542a526df 100644
--- a/template/en/default/admin/products/footer.html.tmpl
+++ b/template/en/default/admin/products/footer.html.tmpl
@@ -17,7 +17,7 @@
# product: Bugzilla::Product Object; the product
#
# classification: Bugzilla::Classification object ; If classifications
- # are enabled, then this is the currently
+ # are enabled, then this is the currently
# selected classification
#
# no_XXX_link: boolean; if defined, then don't show the corresponding
@@ -35,7 +35,7 @@
[% classification_url_part_start = BLOCK %]classification=
[%- classification.name FILTER uri %]
[% END %]
- [% classification_text = BLOCK %]
+ [% classification_text = BLOCK %]
of classification '[% classification.name FILTER html %]'
[% END %]
[% END %]
@@ -58,8 +58,8 @@
[% END %]
[% IF product && !no_edit_product_link %]
- Edit product <a
- title="Edit Product '[% product.name FILTER html %]'
+ Edit product <a
+ title="Edit Product '[% product.name FILTER html %]'
[%- classification_text %]"
href="editproducts.cgi?action=edit&amp;product=[% product.name FILTER uri %]">
'[% product.name FILTER html %]'</a>.
@@ -68,7 +68,7 @@
[%# Edit other products (in a classification if specified): %]
[% UNLESS no_edit_other_products_link %]
- Edit <a
+ Edit <a
href="editproducts.cgi?
[%- classification_url_part_start FILTER none %]">other products
[% classification_text %]</a>.
diff --git a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
index f9c836980..05abc5fdb 100644
--- a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
@@ -27,7 +27,7 @@
[% PROCESS global/header.html.tmpl title = title %]
[% FOREACH group = mandatory_groups %]
<P>
-group '[% group.name FILTER html %]' impacts [% group.count %]
+group '[% group.name FILTER html %]' impacts [% group.count %]
[%+ terms.bugs %] for
which the group is newly mandatory and will be added.
[% END %]
diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
index 8c634ebfe..027c80172 100644
--- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
@@ -23,8 +23,8 @@
[% title = BLOCK %]
Edit Group Controls for [% product.name FILTER html %]
[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
+[% PROCESS global/header.html.tmpl
+ title = title
%]
<form method="post" action="editproducts.cgi">
diff --git a/template/en/default/admin/products/groupcontrol/updated.html.tmpl b/template/en/default/admin/products/groupcontrol/updated.html.tmpl
index 353ce5c75..5bc7cd4d2 100644
--- a/template/en/default/admin/products/groupcontrol/updated.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/updated.html.tmpl
@@ -10,7 +10,7 @@
#
# The Original Code is the Bugzilla Bug Tracking System.
#
- # Contributor(s): André Batosti <batosti@async.com.br>
+ # Contributor(s): André Batosti <batosti@async.com.br>
#
#%]
@@ -37,7 +37,7 @@
[% IF changes._group_controls.now_mandatory.size %]
[% FOREACH g = changes._group_controls.now_mandatory %]
- Adding [% terms.bugs %] to group '[% g.name FILTER html %]' which is
+ Adding [% terms.bugs %] to group '[% g.name FILTER html %]' which is
mandatory for this product<p>
[% g.bug_count FILTER html %] [%+ terms.bugs %] added<p>
[% END %]
diff --git a/template/en/default/admin/products/list-classifications.html.tmpl b/template/en/default/admin/products/list-classifications.html.tmpl
index 161cc4b5b..94f19f108 100644
--- a/template/en/default/admin/products/list-classifications.html.tmpl
+++ b/template/en/default/admin/products/list-classifications.html.tmpl
@@ -28,17 +28,17 @@
%]
[% columns = [
- {
+ {
name => "name"
heading => "Edit products of..."
contentlink => 'editproducts.cgi?classification=%%name%%'
},
- {
+ {
name => "description"
heading => "Description"
allow_html_content => 1
},
- {
+ {
name => "product_count"
align => "right"
heading => "Product Count"
diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl
index 0641c6283..dceeefed6 100644
--- a/template/en/default/admin/products/list.html.tmpl
+++ b/template/en/default/admin/products/list.html.tmpl
@@ -14,10 +14,10 @@
#%]
[%# INTERFACE:
- # products: array of Bugzilla::Product objects
+ # products: array of Bugzilla::Product objects
#
# classification: Bugzilla::Classification object; If classifications
- # are enabled, then this is
+ # are enabled, then this is
# the currently selected classification
# showbugcounts: boolean; true if bug counts should be included in the table
#%]
@@ -28,7 +28,7 @@
[% classification_url_part = BLOCK %]&amp;classification=
[%- classification.name FILTER uri %]
[%- END %]
- [% classification_title = BLOCK %]
+ [% classification_title = BLOCK %]
in classification '[% classification.name FILTER html %]'
[% END %]
[% END %]
@@ -38,17 +38,17 @@
%]
[% columns = [
- {
+ {
name => "name"
heading => "Edit product..."
contentlink => 'editproducts.cgi?action=edit&amp;product=%%name%%'
},
- {
+ {
name => "description"
heading => "Description"
allow_html_content => 1
},
- {
+ {
name => "is_active"
heading => "Open For New $terms.Bugs"
yesno_field => 1
diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl
index d93022a6e..5ddea6675 100644
--- a/template/en/default/admin/products/updated.html.tmpl
+++ b/template/en/default/admin/products/updated.html.tmpl
@@ -32,7 +32,7 @@
[% END %]
[% END %]
-[% title = BLOCK %]Updating Product '[% product.name FILTER html %]'
+[% title = BLOCK %]Updating Product '[% product.name FILTER html %]'
[% classification_text FILTER none %][% END %]
[% PROCESS global/header.html.tmpl
title = title
@@ -63,7 +63,7 @@
[% IF product.is_active %]
open for
[% ELSE %]
- closed to
+ closed to
[% END %]
new [% terms.bugs %].
</p>
@@ -79,15 +79,15 @@
[% IF changes.allows_unconfirmed.defined %]
<p>
[% IF product.allows_unconfirmed %]
- The product now allows the
+ The product now allows the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status.
[% ELSE %]
- The product no longer allows the
+ The product no longer allows the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status.
- Note that any
+ Note that any
<a href="buglist.cgi?product=
- [%- product.name FILTER uri %]&amp;bug_status=UNCONFIRMED">
- [%- terms.bugs %] that currently have the
+ [%- product.name FILTER uri %]&amp;bug_status=UNCONFIRMED">
+ [%- terms.bugs %] that currently have the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status</a>
will remain in that status until they are edited.
[% END %]