Step 7 improvement issue 0000301:
o can attribute status <= current user
o define mode adviser
=> buttons disabled (gray on IE, not on FF)
=> truncated actions
=> display info mode adviser
git-svn-id: http://piwigo.org/svn/trunk@1085 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5980db248a
commit
9b521760af
34 changed files with 225 additions and 88 deletions
|
|
@ -166,6 +166,7 @@ $lang['properties'] = 'Properties';
|
|||
$lang['is_high_enabled'] = 'High definition';
|
||||
$lang['is_high_disabled'] = '';
|
||||
$lang['enabled_high'] = 'High definition enabled';
|
||||
$lang['adviser'] = 'Adviser';
|
||||
$lang['add keywords'] = 'add keywords';
|
||||
$lang['associate to category'] = 'associate to category';
|
||||
$lang['associate to group'] = 'associate to group';
|
||||
|
|
|
|||
|
|
@ -331,4 +331,5 @@ $lang['upload_username'] = 'Username';
|
|||
$lang['useful when password forgotten'] = 'useful when password forgotten';
|
||||
$lang['w_month'] = 'Month';
|
||||
$lang['yes'] = 'Yes';
|
||||
$lang['adviser_mode_enabled'] = 'Adviser mode enabled';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,9 @@ or descending order.</p>
|
|||
<li>delete users (require a confirmation checkbox)</li>
|
||||
|
||||
<li>change status</li>
|
||||
|
||||
|
||||
<li>set user like an adviser</li>
|
||||
|
||||
<li>associate or dissociate from groups</li>
|
||||
|
||||
<li>modify display properties</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue