summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 01:46:36 -0400
committerspiderr <spider@viovio.com>2013-04-02 01:46:36 -0400
commit33ecdbb6440ae20d2f0998c5c0329790f2fe8578 (patch)
treef605823622248cba21ae4a046a297ba0e051effe /templates
parentfea34e6849503823b7492e6ff60f774c35e9463c (diff)
downloadckeditor-33ecdbb6440ae20d2f0998c5c0329790f2fe8578.tar.gz
ckeditor-33ecdbb6440ae20d2f0998c5c0329790f2fe8578.tar.bz2
ckeditor-33ecdbb6440ae20d2f0998c5c0329790f2fe8578.zip
bootstrap updates convert class=row to class=control-group
Diffstat (limited to 'templates')
-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 03999c4..2e6bdd9 100644
--- a/templates/admin_ckeditor.tpl
+++ b/templates/admin_ckeditor.tpl
@@ -1,9 +1,9 @@
{strip}
{form}
{legend legend="General Settings"}
- <div class="row">
+ <div class="control-group">
{foreach from=$formCkeditorFeatures key=item item=output}
- <div class="row">
+ <div class="control-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="row">
+ <div class="control-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="row">
+ <div class="control-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="row submit">
+ <div class="control-group submit">
<input type="hidden" name="page" value="{$page}" />
<input type="submit" name="change_prefs" value="{tr}Change preferences{/tr}" />
</div>