From a2e44c084a5fc7b30fd79342a3d060db6d1b9676 Mon Sep 17 00:00:00 2001 From: lsces Date: Tue, 5 Aug 2014 00:11:03 +0100 Subject: Switch template to bootstrap style layout --- templates/admin_ckeditor.tpl | 84 ++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/templates/admin_ckeditor.tpl b/templates/admin_ckeditor.tpl index 1d3b385..e52e7ee 100644 --- a/templates/admin_ckeditor.tpl +++ b/templates/admin_ckeditor.tpl @@ -1,42 +1,42 @@ -{strip} -{form} - {legend legend="General Settings"} -
- {foreach from=$formCkeditorFeatures key=item item=output} -
- {formlabel label=$output.label for=$item} - {forminput} - {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} - {formhelp note=$output.note page=$output.page} - {/forminput} -
- {/foreach} -
- - {foreach from=$formToolbars key=item item=output} -
- {formlabel label=$output.label for=$item} - {forminput} - {html_options values=$formToolbarChoices output=$formToolbarChoices selected=$gBitSystem->getConfig($item) name=$item} - {formhelp note=$output.note} - {/forminput} -
- {/foreach} - - {foreach from=$formSkin key=item item=output} -
- {formlabel label=$output.label for=$item} - {forminput} - {html_options values=$formSkinChoices output=$formSkinChoices selected=$gBitSystem->getConfig($item) name=$item} - {formhelp note=$output.note} - {/forminput} -
- {/foreach} - -
- - -
- {/legend} -{/form} -{/strip} +{strip} +{form} + {legend legend="General Settings"} +
+ {foreach from=$formCkeditorFeatures key=item item=output} +
+ {formlabel label=`$output.label` for=$item} + {forminput} + {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} + {formhelp note=`$output.note` page=`$output.page`} + {/forminput} +
+ {/foreach} +
+ + {foreach from=$formToolbars key=item item=output} +
+ {formlabel label=`$output.label` for=$item} + {forminput} + {html_options values=$formToolbarChoices output=$formToolbarChoices selected=$gBitSystem->getConfig($item) name=$item} + {formhelp note=`$output.note`} + {/forminput} +
+ {/foreach} + + {foreach from=$formSkin key=item item=output} +
+ {formlabel label=`$output.label` for=$item} + {forminput} + {html_options values=$formSkinChoices output=$formSkinChoices selected=$gBitSystem->getConfig($item) name=$item} + {formhelp note=`$output.note`} + {/forminput} +
+ {/foreach} + +
+ + +
+ {/legend} +{/form} +{/strip} -- cgit v1.3