Changeset 25449 for trunk/admin/include


Ignore:
Timestamp:
Nov 11, 2013, 12:49:27 PM (11 years ago)
Author:
plg
Message:

feature 2890: small changes to the new design of group manager. Tab (with
icon), javascript open for "add group" form, use a "link style" for
"Permissions" on each album, add icon for "Permissions" link, use same colors
for "selected" items as for photos batch manager or comments manager, replace
"-" by "·" and make it less visible (softer color) for user separator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/add_core_tabs.inc.php

    r25372 r25449  
    6666      $sheets[''] = array('caption' => '<span class="icon-users"> </span>'.l10n('User list'), 'url' => '');
    6767      break;
    68      
     68
     69    case 'groups':
     70      $sheets[''] = array('caption' => '<span class="icon-group"> </span>'.l10n('Groups'), 'url' => '');
     71      break;
     72
    6973    case 'configuration':
    7074      global $conf_link;
Note: See TracChangeset for help on using the changeset viewer.