summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/components')
-rw-r--r--template/en/default/admin/components/confirm-delete.html.tmpl22
-rw-r--r--template/en/default/admin/components/create.html.tmpl4
-rw-r--r--template/en/default/admin/components/edit.html.tmpl4
-rw-r--r--template/en/default/admin/components/footer.html.tmpl16
-rw-r--r--template/en/default/admin/components/list.html.tmpl8
-rw-r--r--template/en/default/admin/components/select-product.html.tmpl8
6 files changed, 31 insertions, 31 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index a3dae68bb..60b08b430 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -49,7 +49,7 @@ from '[% product.name FILTER html %]' product
<tr>
<td valign="top">Default assignee:</td>
<td valign="top">[% comp.default_assignee.login FILTER html %]</td>
-
+
[% IF Param('useqacontact') %]
</tr>
<tr>
@@ -103,23 +103,23 @@ from '[% product.name FILTER html %]' product
</table>
<h2>Confirmation</h2>
-
+
[% IF comp.bug_count %]
[% IF !Param("allowbugdeletion") %]
<p>
Sorry, there
- [% IF comp.bug_count > 1 %]
- are [% comp.bug_count %] [%+ terms.bugs %]
+ [% IF comp.bug_count > 1 %]
+ are [% comp.bug_count %] [%+ terms.bugs %]
[% ELSE %]
- is [% comp.bug_count %] [%+ terms.bug %]
+ is [% comp.bug_count %] [%+ terms.bug %]
[% END %]
- outstanding for this component. You must reassign
+ outstanding for this component. You must reassign
[% IF comp.bug_count > 1 %]
- those [% terms.bugs %]
+ those [% terms.bugs %]
[% ELSE %]
that [% terms.bug %]
[% END %]
@@ -130,8 +130,8 @@ from '[% product.name FILTER html %]' product
<table border="0" cellpadding="20" width="70%" bgcolor="red"><tr><td>
- There [% IF comp.bug_count > 1 %]
- are [% comp.bug_count %] [%+ terms.bugs %]
+ There [% IF comp.bug_count > 1 %]
+ are [% comp.bug_count %] [%+ terms.bugs %]
[% ELSE %]
is 1 [% terms.bug %]
[% END %]
@@ -147,7 +147,7 @@ from '[% product.name FILTER html %]' product
[% IF comp.bug_count == 0 || Param('allowbugdeletion') %]
<p>Do you really want to delete this component?</p>
-
+
<form method="post" action="editcomponents.cgi">
<input type="submit" id="delete" value="Yes, delete">
<input type="hidden" name="action" value="delete">
@@ -160,4 +160,4 @@ from '[% product.name FILTER html %]' product
[% PROCESS admin/components/footer.html.tmpl %]
-[% PROCESS global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl
index b6b79f8b6..13b2c8e41 100644
--- a/template/en/default/admin/components/create.html.tmpl
+++ b/template/en/default/admin/components/create.html.tmpl
@@ -23,7 +23,7 @@
# product: object; Bugzilla::Product object representing the product to
# which the component belongs.
#%]
-
+
[% title = BLOCK %]Add component to the [% product.name FILTER html %] product[% END %]
[% PROCESS global/header.html.tmpl
javascript_urls = [ "js/field.js" ]
@@ -35,7 +35,7 @@
<table border="0" cellpadding="4" cellspacing="0">
[% PROCESS "admin/components/edit-common.html.tmpl" %]
-
+
</table>
<hr>
<input type="submit" id="create" value="Add">
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index e1083e7e8..ecfb3e299 100644
--- a/template/en/default/admin/components/edit.html.tmpl
+++ b/template/en/default/admin/components/edit.html.tmpl
@@ -44,7 +44,7 @@
<tr>
<th class="field_label"><label for="isactive">Enabled For [% terms.Bugs %]:</label></th>
- <td><input id="isactive" name="isactive" type="checkbox" value="1"
+ <td><input id="isactive" name="isactive" type="checkbox" value="1"
[% 'checked="checked"' IF comp.isactive %]></td>
</tr>
<tr>
@@ -67,7 +67,7 @@
<input type="hidden" name="componentold" value="[% comp.name FILTER html %]">
<input type="hidden" name="product" value="[% product.name FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
- <input type="submit" value="Save Changes" id="update"> or <a
+ <input type="submit" value="Save Changes" id="update"> or <a
href="editcomponents.cgi?action=del&amp;product=
[%- product.name FILTER uri %]&amp;component=
[%- comp.name FILTER uri %]">Delete</a> this component.
diff --git a/template/en/default/admin/components/footer.html.tmpl b/template/en/default/admin/components/footer.html.tmpl
index ec1869b29..aa3509bb7 100644
--- a/template/en/default/admin/components/footer.html.tmpl
+++ b/template/en/default/admin/components/footer.html.tmpl
@@ -19,7 +19,7 @@
#%]
[%# INTERFACE:
- # comp: object; Bugzilla::Component object representing the component
+ # comp: object; Bugzilla::Component object representing the component
# product: object; Bugzilla::Product object representing the product to
# which the component belongs.
#%]
@@ -27,26 +27,26 @@
<hr>
<p>
-Edit
+Edit
[% IF comp && !no_edit_component_link %]
- component <a
+ component <a
title="Edit Component '[% comp.name FILTER html %]'"
href="editcomponents.cgi?action=edit&amp;product=
[%- product.name FILTER uri %]&amp;component=[% comp.name FILTER uri %]">
- '[% comp.name FILTER html %]'</a>
+ '[% comp.name FILTER html %]'</a>
or edit
[% END %]
[% IF !no_edit_other_components_link %]
-other components of product <a
+other components of product <a
title="Choose a component from product '[% product.name FILTER html %]' to edit"
href="editcomponents.cgi?product=
- [%- product.name FILTER uri %]">'[% product.name FILTER html %]'</a>,
- or edit
+ [%- product.name FILTER uri %]">'[% product.name FILTER html %]'</a>,
+ or edit
[% END %]
-product <a
+product <a
title="Edit Product '[% product.name FILTER html %]'"
href="editproducts.cgi?action=edit&amp;product=
[%- product.name FILTER uri %]">'[% product.name FILTER html %]'</a>.
diff --git a/template/en/default/admin/components/list.html.tmpl b/template/en/default/admin/components/list.html.tmpl
index b45b97565..7a333d33d 100644
--- a/template/en/default/admin/components/list.html.tmpl
+++ b/template/en/default/admin/components/list.html.tmpl
@@ -42,17 +42,17 @@
[% columns = [
- {
+ {
name => "name"
heading => "Edit component..."
contentlink => edit_contentlink
},
- {
+ {
name => "description"
- heading => "Description"
+ heading => "Description"
allow_html_content => 1
},
- {
+ {
name => "initialowner"
heading => "Default Assignee"
},
diff --git a/template/en/default/admin/components/select-product.html.tmpl b/template/en/default/admin/components/select-product.html.tmpl
index 0910f9802..7defbd065 100644
--- a/template/en/default/admin/components/select-product.html.tmpl
+++ b/template/en/default/admin/components/select-product.html.tmpl
@@ -32,14 +32,14 @@
%]
[% columns = [
- {
+ {
name => "name"
heading => "Edit components of..."
- contentlink => "editcomponents.cgi?product=%%name%%"
+ contentlink => "editcomponents.cgi?product=%%name%%"
},
- {
+ {
name => "description"
- heading => "Description"
+ heading => "Description"
allow_html_content => 1
}
]