Changeset 1454:e64273de06ad for plugins/themeEditor/_admin.php
- Timestamp:
- 08/18/13 16:27:51 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/_admin.php
r1382 r1454 54 54 55 55 '<p><label for="colorsyntax" class="classic">'. 56 form::checkbox('colorsyntax',1,$core->auth->user_prefs->interface->colorsyntax).' '. 57 __('Syntax color').'</label></p>'. 58 56 form::checkbox('colorsyntax',1,$core->auth->user_prefs->interface->colorsyntax).'</label>'. 57 __('Syntax color'). 59 58 '<br class="clear" />'. //Opera sucks 59 '</p>'. 60 60 '</fieldset>'; 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.