summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2005-12-03 07:27:05 +0100
committerwurblzap%gmail.com <>2005-12-03 07:27:05 +0100
commit7692545cadf6c25c99d50e226edfe047954ff7e6 (patch)
tree18bd93f23bc2049ed5a28af46dfc3798be2d5315 /template
parent2b8708b27ec2eaf3f220db1da3395196aad78f1f (diff)
downloadbugzilla-7692545cadf6c25c99d50e226edfe047954ff7e6.tar.gz
bugzilla-7692545cadf6c25c99d50e226edfe047954ff7e6.tar.xz
Bug 318225: "Create" button for flags has many leading spaces.
Patch by Mark Bickford <markhb@maine.rr.com>, r=wurblzap, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/flag-type/edit.html.tmpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl
index 6016fcfae..836a7abe5 100644
--- a/template/en/default/admin/flag-type/edit.html.tmpl
+++ b/template/en/default/admin/flag-type/edit.html.tmpl
@@ -17,6 +17,7 @@
# Rights Reserved.
#
# Contributor(s): Myk Melez <myk@mozilla.org>
+ # Mark Bickford <markhb@maine.rr.com>
#%]
[% PROCESS global/variables.none.tmpl %]
@@ -213,10 +214,10 @@
<tr>
<th></th>
<td>
- <input type="submit" value="
- [% IF (last_action == "enter" || last_action == "copy") %]Create
- [% ELSE %]Save Changes
- [% END %]">
+ <input type="submit" value="
+ [%- IF (last_action == "enter" || last_action == "copy") %]Create
+ [%- ELSE %]Save Changes
+ [%- END %]">
</td>
</tr>