Changeset 2854:2d4e6314b899 for plugins/dcCKEditor/tpl
- Timestamp:
- 12/17/14 08:04:25 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/tpl/index.tpl
r2747 r2854 54 54 </p> 55 55 </div> 56 <div class="fieldset">57 <h3><?php echo __('Advanced options'); ?></h3>58 <p>59 <label class="classic" for="dcckeditor_textareas"> <?php echo __('Text areas to be used by CKEditor');?></label>60 <?php echo form::field('dcckeditor_textareas', 50, 255, $dcckeditor_textareas);?>61 </p>62 <p class="clear form-note">63 <?php echo __('Comma separed list of textareas - jQuery selector. Defaut: '), DEFAULT_TEXTAREAS;?>64 </p>65 </div>66 67 56 <?php endif;?> 68 57 <p> … … 76 65 </body> 77 66 </html> 78 79 80
Note: See TracChangeset
for help on using the changeset viewer.