Changeset 2747:477d2acf1ad5 for plugins
- Timestamp:
- 08/29/14 15:23:38 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/tpl/index.tpl
r2738 r2747 4 4 </head> 5 5 <body> 6 <h2><?php echo html::escapeHTML($core->blog->name);?> > dcCKEditor</h2> 7 <?php if (!empty($message)):?> 8 <p class="message"><?php echo $message;?></p> 9 <?php endif;?> 6 <?php echo dcPage::breadcrumb(array(__('Plugins') => '',__('dcCKEditor') => '')).dcPage::notices(); ?> 10 7 11 8 <?php if ($is_super_admin):?> … … 62 59 <label class="classic" for="dcckeditor_textareas"> <?php echo __('Text areas to be used by CKEditor');?></label> 63 60 <?php echo form::field('dcckeditor_textareas', 50, 255, $dcckeditor_textareas);?> 64 </p> 61 </p> 65 62 <p class="clear form-note"> 66 63 <?php echo __('Comma separed list of textareas - jQuery selector. Defaut: '), DEFAULT_TEXTAREAS;?>
Note: See TracChangeset
for help on using the changeset viewer.