Dotclear


Ignore:
Timestamp:
09/03/13 14:15:53 (10 years ago)
Author:
Dsls
Branch:
default
Children:
1703:512d631f31bd, 1714:28737e5f6607, 1896:a514b85f3261
Message:

Turned cookies into user_prefs for sections folding/unfolding, closes #1573

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r1698 r1699  
    6363     $core->auth->user_prefs->dashboard->put('quickentry',false,'boolean'); 
    6464} 
     65 
     66// Handle folded/unfolded sections in admin from user preferences 
     67$ws = $core->auth->user_prefs->addWorkspace('toggles'); 
     68if (!$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 
    6572 
    6673# Dashboard icons 
Note: See TracChangeset for help on using the changeset viewer.

Sites map