Changeset 3052:6bd009da1432 for plugins/dcCKEditor/tpl
- Timestamp:
- 07/12/15 16:42:27 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/tpl/index.tpl
r2972 r3052 60 60 <?php echo __('Copy, Paste, Paste Text, Paste from Word');?> 61 61 </p> 62 <p> 63 <?php echo form::checkbox('dcckeditor_disable_native_spellchecker', 1, $dcckeditor_disable_native_spellchecker);?> 64 <label class="classic" for="dcckeditor_disable_native_spellchecker"> <?php echo __('Disables the built-in spell checker if the browser provides one');?></label> 65 </p> 62 66 </div> 63 67 <?php endif;?>
Note: See TracChangeset
for help on using the changeset viewer.