Changeset 1699:5b68157bf85e for admin/index.php
- Timestamp:
- 09/03/13 14:15:53 (10 years ago)
- Branch:
- default
- Children:
- 1703:512d631f31bd, 1714:28737e5f6607, 1896:a514b85f3261
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1698 r1699 63 63 $core->auth->user_prefs->dashboard->put('quickentry',false,'boolean'); 64 64 } 65 66 // Handle folded/unfolded sections in admin from user preferences 67 $ws = $core->auth->user_prefs->addWorkspace('toggles'); 68 if (!$core->auth->user_prefs->toggles->prefExists('unfolded_sections')) { 69 $core->auth->user_prefs->toggles->put('unfolded_sections','','string','Folded sections in admin',null,true); 70 } 71 65 72 66 73 # Dashboard icons
Note: See TracChangeset
for help on using the changeset viewer.