From 7a63b1e5b57c4b6d705d838ccfdd835d54c03d31 Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 23 May 2014 15:32:54 -0400 Subject: bootstrap3-btn-default --- templates/admin_ckeditor.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin_ckeditor.tpl b/templates/admin_ckeditor.tpl index 26f88ed..381757d 100644 --- a/templates/admin_ckeditor.tpl +++ b/templates/admin_ckeditor.tpl @@ -35,7 +35,7 @@
- +
{/legend} {/form} -- cgit v1.3 From 8d37b7b0d849df809fe09bf2aed9ec98b6ba91ff Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 6 Jun 2014 15:24:42 -0400 Subject: boostrap3-control-group-2-from-group --- templates/admin_ckeditor.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/admin_ckeditor.tpl b/templates/admin_ckeditor.tpl index 381757d..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,7 +33,7 @@
{/foreach} -
+
-- cgit v1.3