diff options
Diffstat (limited to 'templates/admin_ckeditor.tpl')
| -rw-r--r-- | templates/admin_ckeditor.tpl | 12 |
1 files 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"} - <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,9 +33,9 @@ </div> {/foreach} - <div class="control-group submit"> + <div class="form-group submit"> <input type="hidden" name="page" value="{$page}" /> - <input type="submit" class="btn" name="change_prefs" value="{tr}Change preferences{/tr}" /> + <input type="submit" class="btn btn-default" name="change_prefs" value="{tr}Change preferences{/tr}" /> </div> {/legend} {/form} |
