Changeset 3955:dcbe188a9646 for plugins/dcCKEditor/tpl
- Timestamp:
- 01/20/19 10:26:55 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/tpl/index.php
r3875 r3955 90 90 </p> 91 91 <p> 92 <?php echo form::checkbox('dcckeditor_action_buttons', 1, $dcckeditor_action_buttons); ?> 93 <label class="classic" for="dcckeditor_action_buttons"> 94 <?php echo __('Add undo/redo buttons'); ?> 95 </label> 96 </p> 97 <p> 92 98 <?php echo form::checkbox('dcckeditor_disable_native_spellchecker', 1, $dcckeditor_disable_native_spellchecker); ?> 93 99 <label class="classic" for="dcckeditor_disable_native_spellchecker">
Note: See TracChangeset
for help on using the changeset viewer.