Changeset 3090:e4c0a9a29852 for plugins/dcCKEditor/tpl
- Timestamp:
- 09/08/15 09:16:32 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/tpl/index.tpl
r3052 r3090 33 33 <?php echo form::checkbox('dcckeditor_textcolor_button', 1, $dcckeditor_textcolor_button); ?> 34 34 <label class="classic" for="dcckeditor_textcolor_button"> <?php echo __('Add text color button');?></label> 35 </p> 36 <p> 37 <?php echo form::checkbox('dcckeditor_background_textcolor_button', 1, $dcckeditor_background_textcolor_button); ?> 38 <label class="classic" for="dcckeditor_background_textcolor_button"> <?php echo __('Add background text color button');?></label> 35 39 </p> 36 40 <p>
Note: See TracChangeset
for help on using the changeset viewer.