diff options
| author | spiderr <spider@viovio.com> | 2013-04-19 17:33:22 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-19 17:33:22 -0400 |
| commit | 78015d877ad9153dcfdb6ae5030d74652c1591c0 (patch) | |
| tree | 0a07058f0c81f6599053517be2aaf26bab5afe30 /templates | |
| parent | 3f812b607680841844bfc171254ebd9cc48840f3 (diff) | |
| download | themes-78015d877ad9153dcfdb6ae5030d74652c1591c0.tar.gz themes-78015d877ad9153dcfdb6ae5030d74652c1591c0.tar.bz2 themes-78015d877ad9153dcfdb6ae5030d74652c1591c0.zip | |
move Theme Layout to columns page
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_columns.tpl | 46 | ||||
| -rw-r--r-- | templates/admin_themes_manager.tpl | 45 |
2 files changed, 45 insertions, 46 deletions
diff --git a/templates/admin_columns.tpl b/templates/admin_columns.tpl index ce26e7a..0eaf502 100644 --- a/templates/admin_columns.tpl +++ b/templates/admin_columns.tpl @@ -4,7 +4,51 @@ {formfeedback hash=$feedback} {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. + <br />For more information on the layouts and how to tweak them, please visit the <a class="external" href="http://www.bitweaver.org/wiki/ThemeLayouts">ThemeLayouts</a>{/tr} + </p> + + {legend legend="Theme Layout"} + <div class="control-group"> + {formlabel label="Header Layout"} + {forminput} + <select name="layout-header"> + <option value="">{tr}Fixed Width{/tr}</option> + <option value="-fluid" {if $gBitSystem->getConfig('layout-header')}selected="selected"{/if}>{tr}Fluid Full Width{/tr}</option> + </select> + {/forminput} + </div> + <div class="control-group"> + {formlabel label="Main Content Section Layout"} + {forminput} + <select name="layout-maincontent"> + <option value="">{tr}Fixed Width{/tr}</option> + <option value="-fluid" {if $gBitSystem->getConfig('layout-maincontent')}selected="selected"{/if}>{tr}Fluid Full Width{/tr}</option> + </select> + {/forminput} + </div> + <div class="control-group"> + {formlabel label="Footer Layout"} + {forminput} + <select name="layout-footer"> + <option value="">{tr}Fixed Width{/tr}</option> + <option value="-fluid" {if $gBitSystem->getConfig('layout-footer')}selected="selected"{/if}>{tr}Fluid Full Width{/tr}</option> + </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"} <input type="hidden" name="page" value="{$page}" /> diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index ab33ad4..596a4a2 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -46,51 +46,6 @@ {/legend} {/jstab} - {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. - <br />For more information on the layouts and how to tweak them, please visit the <a class="external" href="http://www.bitweaver.org/wiki/ThemeLayouts">ThemeLayouts</a>{/tr} - </p> - - {legend legend="Theme Layout"} - <div class="control-group"> - {formlabel label="Header Layout"} - {forminput} - <select name="layout-header"> - <option value="">{tr}Fixed Width{/tr}</option> - <option value="-fluid" {if $gBitSystem->getConfig('layout-header')}selected="selected"{/if}>{tr}Fluid Full Width{/tr}</option> - </select> - {/forminput} - </div> - <div class="control-group"> - {formlabel label="Main Content Section Layout"} - {forminput} - <select name="layout-maincontent"> - <option value="">{tr}Fixed Width{/tr}</option> - <option value="-fluid" {if $gBitSystem->getConfig('layout-maincontent')}selected="selected"{/if}>{tr}Fluid Full Width{/tr}</option> - </select> - {/forminput} - </div> - <div class="control-group"> - {formlabel label="Footer Layout"} - {forminput} - <select name="layout-footer"> - <option value="">{tr}Fixed Width{/tr}</option> - <option value="-fluid" {if $gBitSystem->getConfig('layout-footer')}selected="selected"{/if}>{tr}Fluid Full Width{/tr}</option> - </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="Icon Theme"} {legend legend="Pick Icon Theme"} <p class="help"> |
