From 37c5c3d711169a4b63c1ee1924dd873c46f6998a Mon Sep 17 00:00:00 2001 From: lsces Date: Sat, 7 Jun 2014 07:57:07 +0100 Subject: Sync with form-roup update on github master --- templates/admin_ckeditor.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/admin_ckeditor.tpl b/templates/admin_ckeditor.tpl index 26f88ed..1d3b385 100644 --- a/templates/admin_ckeditor.tpl +++ b/templates/admin_ckeditor.tpl @@ -1,9 +1,9 @@ {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} @@ -14,7 +14,7 @@
{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} @@ -24,7 +24,7 @@ {/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} @@ -33,9 +33,9 @@
{/foreach} -
+
- +
{/legend} {/form} -- cgit v1.3