Ignore:
Timestamp:
Feb 20, 2012, 8:28:43 PM (12 years ago)
Author:
plg
Message:

feature 2581: new design on albums list management.

icons removed, replaced by text links visible on :hover

better ergonomy for automatic order: the "save manual order" submit button
only appears when a change is detected in the album ordering. The "automatic
sort order" becomes a dedicated fieldset, hidden by default, displayed "on
user demand".

new virtual album form displayed only "on user demand"

cat_list, cat_move and permalinks are 3 tabs for the "Albums > Manage" link
in the menubar.

permalinks admin page slightly redesign: fieldsets instead of centered h3,
"on user demand" form to add/modify permalinks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_move.php

    r12922 r13282  
    7272 
    7373// +-----------------------------------------------------------------------+
     74// | tabs                                                                  |
     75// +-----------------------------------------------------------------------+
     76
     77$page['tab'] = 'move';
     78include(PHPWG_ROOT_PATH.'admin/include/albums_tab.inc.php');
     79
     80// +-----------------------------------------------------------------------+
    7481// |                          Categories display                           |
    7582// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.