Changeset 1609:51d77265fb5a for plugins
- Timestamp:
- 08/28/13 19:15:41 (12 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r1518 r1609 321 321 322 322 echo 323 '<fieldset><legend>'.__('Tags').'</legend>'.324 323 '<p><label for="user_tag_list_format">'.__('Tags list format:').'</label> '. 325 324 form::combo('user_tag_list_format',$combo,$value). 326 '</p> </fieldset>';325 '</p>'; 327 326 } 328 327 -
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.