mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
See ChangeLog.
Monotone-Parent: d880f3f750251d35b56db7d720ccacbdeead7540 Monotone-Revision: 05f8b72feb6a6c81f20462457e2dbc6c47ae9edc Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-01T21:11:28
This commit is contained in:
@@ -13,19 +13,10 @@
|
||||
<form id="userRightsForm" const:href="saveUserRights">
|
||||
<input id="uid" type="hidden" name="uid" var:value="uid"/>
|
||||
<div class="title">
|
||||
<var:if condition="userIsDefaultUser">
|
||||
<label><span class="value"><var:string label:value="Any Authenticated User"
|
||||
/></span></label>
|
||||
</var:if><var:if condition="userIsDefaultUser" const:negate="YES"
|
||||
><var:if condition="userIsAnonymousUser"
|
||||
><label><span class="value"><var:string label:value="Public Access"
|
||||
/></span></label
|
||||
></var:if
|
||||
><var:if condition="userIsAnonymousUser" const:negate="YES"
|
||||
><label><var:string label:value="User rights for:"/><br/>
|
||||
<span class="value"><var:string value="userDisplayName"
|
||||
/></span></label></var:if>
|
||||
</var:if>
|
||||
<label><span><var:string label:value="Access rights to"/></span>
|
||||
<span id="folderName" class="value"><var:string value="folderName"/></span></label>
|
||||
<label><span><var:string label:value="For user"/></span>
|
||||
<span class="value"><var:string value="userDisplayName"/></span></label>
|
||||
</div>
|
||||
<div class="calendarUserRights">
|
||||
<var:foreach list="rightTypes" item="currentRightType">
|
||||
|
||||
Reference in New Issue
Block a user