Changeset 2566:9bf417837888 for plugins/themeEditor/_admin.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/_admin.php
r2370 r2566 38 38 try { 39 39 $core->auth->user_prefs->interface->put('colorsyntax',!empty($_POST['colorsyntax']),'boolean'); 40 } 40 } 41 41 catch (Exception $e) 42 42 { … … 44 44 } 45 45 } 46 46 47 47 public static function adminPreferencesForm($core) 48 48 { … … 50 50 $core->auth->user_prefs->addWorkspace('interface'); 51 51 52 echo 52 echo 53 53 '<p><label for="colorsyntax" class="classic">'. 54 54 form::checkbox('colorsyntax',1,$core->auth->user_prefs->interface->colorsyntax).'</label>'. … … 57 57 } 58 58 } 59 ?>
Note: See TracChangeset
for help on using the changeset viewer.