diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:17:24 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:17:24 -0400 |
| commit | 378ca07c8a2b95d24f2f2e651297a3960760ec64 (patch) | |
| tree | 69f07efe9cdff2c9773f2470b5cf3d2a56e95613 /templates | |
| parent | edaf34545fb4b9d1d1a5ff19a2074f29eb17073f (diff) | |
| download | ckeditor-378ca07c8a2b95d24f2f2e651297a3960760ec64.tar.gz ckeditor-378ca07c8a2b95d24f2f2e651297a3960760ec64.tar.bz2 ckeditor-378ca07c8a2b95d24f2f2e651297a3960760ec64.zip | |
major clean up for Smarty 3.0 and another pass at cleaning the top menus
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 69295ba..26f88ed 100644 --- a/templates/admin_ckeditor.tpl +++ b/templates/admin_ckeditor.tpl @@ -4,10 +4,10 @@ <div class="control-group"> {foreach from=$formCkeditorFeatures key=item item=output} <div class="control-group"> - {formlabel label=`$output.label` for=$item} + {formlabel label=$output.label for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} - {formhelp note=`$output.note` page=`$output.page`} + {formhelp note=$output.note page=$output.page} {/forminput} </div> {/foreach} @@ -15,20 +15,20 @@ {foreach from=$formToolbars key=item item=output} <div class="control-group"> - {formlabel label=`$output.label` for=$item} + {formlabel label=$output.label for=$item} {forminput} {html_options values=$formToolbarChoices output=$formToolbarChoices selected=$gBitSystem->getConfig($item) name=$item} - {formhelp note=`$output.note`} + {formhelp note=$output.note} {/forminput} </div> {/foreach} {foreach from=$formSkin key=item item=output} <div class="control-group"> - {formlabel label=`$output.label` for=$item} + {formlabel label=$output.label for=$item} {forminput} {html_options values=$formSkinChoices output=$formSkinChoices selected=$gBitSystem->getConfig($item) name=$item} - {formhelp note=`$output.note`} + {formhelp note=$output.note} {/forminput} </div> {/foreach} |
