summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-06-06 15:24:42 -0400
committerspiderr <spider@viovio.com>2014-06-06 15:24:42 -0400
commit8d37b7b0d849df809fe09bf2aed9ec98b6ba91ff (patch)
tree0ef0fe7b786c5a0f906743820443b95e8638a840
parent7a63b1e5b57c4b6d705d838ccfdd835d54c03d31 (diff)
downloadckeditor-8d37b7b0d849df809fe09bf2aed9ec98b6ba91ff.tar.gz
ckeditor-8d37b7b0d849df809fe09bf2aed9ec98b6ba91ff.tar.bz2
ckeditor-8d37b7b0d849df809fe09bf2aed9ec98b6ba91ff.zip
boostrap3-control-group-2-from-group
-rw-r--r--templates/admin_ckeditor.tpl10
1 files 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"}
- <div class="control-group">
+ <div class="form-group">
{foreach from=$formCkeditorFeatures key=item item=output}
- <div class="control-group">
+ <div class="form-group">
{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 @@
</div>
{foreach from=$formToolbars key=item item=output}
- <div class="control-group">
+ <div class="form-group">
{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}
- <div class="control-group">
+ <div class="form-group">
{formlabel label=$output.label for=$item}
{forminput}
{html_options values=$formSkinChoices output=$formSkinChoices selected=$gBitSystem->getConfig($item) name=$item}
@@ -33,7 +33,7 @@
</div>
{/foreach}
- <div class="control-group submit">
+ <div class="form-group submit">
<input type="hidden" name="page" value="{$page}" />
<input type="submit" class="btn btn-default" name="change_prefs" value="{tr}Change preferences{/tr}" />
</div>