mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 06:36:24 +00:00
Monotone-Parent: 8d583d2e8977d0d63e028818f6f961246d256bdd
Monotone-Revision: 8c58bbcc380816930dac5d8da2d1d682049a6349 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T14:54:00
This commit is contained in:
@@ -20,13 +20,15 @@
|
||||
<ul>
|
||||
<li target="generalView"><span>
|
||||
<var:string label:value="General" /></span></li>
|
||||
<var:if condition="userHasCalendarAccess">
|
||||
<var:if condition="isCalendarEnabled">
|
||||
<li target="calendarOptionsView"><span><var:string
|
||||
label:value="Calendar Options"/></span></li>
|
||||
</var:if
|
||||
><li target="contactsOptionsView"><span><var:string
|
||||
label:value="Contacts Options"/></span></li
|
||||
><var:if condition="userHasMailAccess">
|
||||
><var:if condition="isContactsEnabled">
|
||||
<li target="contactsOptionsView"><span><var:string
|
||||
label:value="Contacts Options"/></span></li>
|
||||
</var:if
|
||||
><var:if condition="isMailEnabled">
|
||||
<li target="mailOptionsView"><span><var:string
|
||||
label:value="Mail Options"/></span></li>
|
||||
<li target="mailAccountsView"><span><var:string
|
||||
@@ -80,7 +82,7 @@
|
||||
/></label>
|
||||
</div>
|
||||
</div>
|
||||
<var:if condition="userHasCalendarAccess">
|
||||
<var:if condition="isCalendarEnabled">
|
||||
<div id="calendarOptionsView" class="tab">
|
||||
<label><var:string label:value="Week begins on :"/>
|
||||
<var:popup list="daysList" item="item"
|
||||
@@ -179,7 +181,7 @@
|
||||
<input type="hidden" const:id="contactsCategoriesValue"
|
||||
const:name="contactsCategoriesValue" var:value="contactsCategoriesValue"/>
|
||||
</div>
|
||||
<var:if condition="userHasMailAccess">
|
||||
<var:if condition="isMailEnabled">
|
||||
<div id="mailOptionsView" class="tab">
|
||||
<label><input type="checkbox"
|
||||
const:name="subscribedFoldersOnly"
|
||||
|
||||
Reference in New Issue
Block a user