Changeset 3003:f8c097e1f7c5 for admin/preferences.php
- Timestamp:
- 05/02/15 13:57:50 (11 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          admin/preferences.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/preferences.phpr2899 r3003 176 176 $user_options['editor'] = $_POST['user_editor']; 177 177 $user_options['enable_wysiwyg'] = !empty($_POST['user_wysiwyg']); 178 $user_options['toolbar_bottom'] = !empty($_POST['user_toolbar_bottom']); 178 179 179 180 $cur->user_options = new ArrayObject($user_options); … … 477 478 __('Enable WYSIWYG mode').'</label></p>'. 478 479 480 '<p><label for="user_toolbar_bottom" class="classic">'. 481 form::checkbox('user_toolbar_bottom',1,$user_options['toolbar_bottom']).' '. 482 __('Display editor\'s toolbar at bottom of textarea (if possible)').'</label></p>'. 483 479 484 '</div>'; 480 485 
Note: See TracChangeset
          for help on using the changeset viewer.
      