mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Fix for bug #710
Monotone-Parent: ea268f9db61939a18337c4648193cc321736356b Monotone-Revision: 86a177d4a05deda193edc7d9e0fedca89758cadd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-07-29T15:34:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
</div>
|
||||
<div class="calendarUserRights">
|
||||
<var:foreach list="rightTypes" item="currentRightType">
|
||||
<span><var:string value="currentRightTypeLabel"/></span>
|
||||
<div><span><var:string value="currentRightTypeLabel"/></span>
|
||||
<var:popup list="objectRights" item="currentRight"
|
||||
var:name="currentRightTypeName"
|
||||
var:value="currentRight"
|
||||
string="currentRightLabel"
|
||||
selection="currentRightSelection"
|
||||
/><hr/>
|
||||
/></div>
|
||||
</var:foreach>
|
||||
</div>
|
||||
<var:if condition="userIsAnonymousUser" const:negate="YES"
|
||||
|
||||
@@ -23,9 +23,6 @@ DIV.calendarUserRights SPAN
|
||||
text-align: right;
|
||||
width: 220px; }
|
||||
|
||||
DIV.calendarUserRights HR
|
||||
{ border: 0; }
|
||||
|
||||
DIV.buttons
|
||||
{ text-align: right;
|
||||
margin: 1em;
|
||||
|
||||
@@ -31,11 +31,6 @@ UL#userList
|
||||
DIV.tabsContainer > DIV.scrollToolbar > A > SPAN
|
||||
{ line-height: 12px; }
|
||||
|
||||
/* UIxCalUserRightsEditor */
|
||||
|
||||
DIV.calendarUserRights HR
|
||||
{ display: none; }
|
||||
|
||||
/* MailerUI */
|
||||
|
||||
IMG.dragMessage
|
||||
|
||||
Reference in New Issue
Block a user