diff options
| author | lsces <lester@lsces.co.uk> | 2013-08-02 21:33:16 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-08-02 21:33:16 +0100 |
| commit | 47e900fcf533c927a696a6e4cf0bbe0bac1c9699 (patch) | |
| tree | cb60abec3f59d246aefbe00cee0c8f1bbefe133f /templates | |
| parent | 03d291d01cc73cd720f3ca2c3e5555217ddcf143 (diff) | |
| download | themes-47e900fcf533c927a696a6e4cf0bbe0bac1c9699.tar.gz themes-47e900fcf533c927a696a6e4cf0bbe0bac1c9699.tar.bz2 themes-47e900fcf533c927a696a6e4cf0bbe0bac1c9699.zip | |
Identified the real problem with 'form'. admin_columns.tpl had a second embeded
form which Firefox/Seamonkey objected to. <div> block helped compensate but
the correct fix was to remove the inner form and just use the main submit button.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_columns.tpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/admin_columns.tpl b/templates/admin_columns.tpl index 0eaf502..88e7e71 100644 --- a/templates/admin_columns.tpl +++ b/templates/admin_columns.tpl @@ -5,7 +5,6 @@ {jstabs} {jstab title="Theme Layout"} - {form} <p class="help"> {tr}Here you can pick the layout of the site style. this will basically rearrange the positions of the three columns. <br />Please note that not all styles support this method of layout selection. Themes that support the style layout selection have a note of it in the description. @@ -40,13 +39,7 @@ </select> {/forminput} </div> - <div class="control-group submit"> - {forminput} - <input type="submit" class="btn" name="save_layout" value="{tr}Save Layout{/tr}"/> - {/forminput} - </div> {/legend} - {/form} {/jstab} {jstab title="Columns"} |
