mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
- improvement : in admin/user_perm, already authorized categories thanks to
group associations are displayed and not taken into account for user specific permissions. git-svn-id: http://piwigo.org/svn/trunk@818 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,7 +1,21 @@
|
||||
<h1>{TITLE}</h1>
|
||||
|
||||
<form method="post" action="{F_ACTION}">
|
||||
{DOUBLE_SELECT}
|
||||
</form>
|
||||
<!-- BEGIN groups -->
|
||||
<fieldset>
|
||||
<legend>{lang:Categories authorized thanks to group associations}</legend>
|
||||
|
||||
<p>{lang:Only private categories are listed}</p>
|
||||
<ul>
|
||||
<!-- BEGIN category -->
|
||||
<li>{groups.category.NAME}</li>
|
||||
<!-- END category -->
|
||||
</ul>
|
||||
</fieldset>
|
||||
<!-- END groups -->
|
||||
|
||||
<fieldset>
|
||||
<legend>{lang:Other private categories}</legend>
|
||||
|
||||
<form method="post" action="{F_ACTION}">
|
||||
{DOUBLE_SELECT}
|
||||
</form>
|
||||
</fieldset>
|
||||
|
||||
@@ -596,4 +596,12 @@ div#theNavbar>dl>dd>ul {
|
||||
list-style-type: square;
|
||||
padding-left: 15px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
div#adminMain>fieldset {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
fieldset>legend {
|
||||
font-style: italic;
|
||||
}
|
||||
Reference in New Issue
Block a user