Changeset 3333:11107ba2fc59 for admin/preferences.php
- Timestamp:
- 09/01/16 12:21:43 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/preferences.php
r3330 r3333 490 490 echo 491 491 '<div class="fieldset">'. 492 '<h4 >'.__('Interface').'</h4>'.492 '<h4 id="user_options_interface">'.__('Interface').'</h4>'. 493 493 494 494 '<p><label for="user_ui_enhanceduploader" class="classic">'. … … 524 524 echo 525 525 '<div class="fieldset">'. 526 '<h4 >'.__('Optional columns displayed in lists').'</h4>';526 '<h4 id="user_options_columns">'.__('Optional columns displayed in lists').'</h4>'; 527 527 $odd = true; 528 528 foreach ($cols as $col_type => $col_list) { … … 541 541 echo 542 542 '<div class="fieldset">'. 543 '<h4 >'.__('Edition').'</h4>';543 '<h4 id="user_options_edition">'.__('Edition').'</h4>'; 544 544 545 545 echo '<div class="two-boxes odd">';
Note: See TracChangeset
for help on using the changeset viewer.