mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
Bug 318225: "Create" button for flags has many leading spaces.
Patch by Mark Bickford <markhb@maine.rr.com>, r=wurblzap, a=justdave
This commit is contained in:
parent
2a42ed3a43
commit
e6c12ea90c
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user