diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:07 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:07 +0100 |
| commit | 37c5c3d711169a4b63c1ee1924dd873c46f6998a (patch) | |
| tree | 056ce3c4c91f2543a39398095867503db94485e7 /templates | |
| parent | c48edee04c0d2de6eef163cbcca17d131b8d5d44 (diff) | |
| download | ckeditor-37c5c3d711169a4b63c1ee1924dd873c46f6998a.tar.gz ckeditor-37c5c3d711169a4b63c1ee1924dd873c46f6998a.tar.bz2 ckeditor-37c5c3d711169a4b63c1ee1924dd873c46f6998a.zip | |
Sync with form-roup update on github master
Diffstat (limited to 'templates')
| -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} |
