Changeset 1609:51d77265fb5a for plugins/themeEditor
- Timestamp:
- 08/28/13 19:15:41 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/_admin.php
r1454 r1609 50 50 $core->auth->user_prefs->addWorkspace('interface'); 51 51 52 echo 53 '<fieldset><legend>'.__('Theme Editor').'</legend>'. 54 52 echo 55 53 '<p><label for="colorsyntax" class="classic">'. 56 54 form::checkbox('colorsyntax',1,$core->auth->user_prefs->interface->colorsyntax).'</label>'. 57 __('Syntax color'). 58 '<br class="clear" />'. //Opera sucks 59 '</p>'. 60 '</fieldset>'; 55 __('Syntax color for theme editor'). 56 '</p>'; 61 57 } 62 58 }
Note: See TracChangeset
for help on using the changeset viewer.