summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/footer.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/components/footer.html.tmpl')
-rw-r--r--template/en/default/admin/components/footer.html.tmpl16
1 files changed, 8 insertions, 8 deletions
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>.