diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/flag-type/edit.html.tmpl | 9 |
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> |