diff options
Diffstat (limited to 'templates/editpage.tmpl')
-rw-r--r-- | templates/editpage.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index 6030fa2c1..ad1faa3a5 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -41,7 +41,7 @@ Page type: <TMPL_VAR FIELD-TYPE> Optional comment about this change:<br /> <TMPL_VAR FIELD-COMMENTS><br /> </TMPL_IF> -<TMPL_VAR FORM-SUBMIT> +<input id="_submit" name="_submit" type="submit" value="Save Page" /><input id="_submit_2" name="_submit" type="submit" value="Preview" /><input id="_submit_3" name="_submit" type="submit" value="Cancel" /> <TMPL_VAR HELPONFORMATTINGLINK> <TMPL_VAR FORM-END> <TMPL_IF NAME="PAGE_PREVIEW"> |