diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 01:46:36 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 01:46:36 -0400 |
| commit | 33ecdbb6440ae20d2f0998c5c0329790f2fe8578 (patch) | |
| tree | f605823622248cba21ae4a046a297ba0e051effe /templates | |
| parent | fea34e6849503823b7492e6ff60f774c35e9463c (diff) | |
| download | ckeditor-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.tpl | 10 |
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> |
