mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
See ChangeLog
Monotone-Parent: 0012ddb107483154b76c08f33a7b8437b5309529 Monotone-Revision: 975e40192e290b5aa4bc5c5b99a12b299d84fa5a Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-11T17:27:54
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
new defaults. Also added documentation in the SOGo Installation
|
||||
and Configuration Guide.
|
||||
|
||||
* Updated UI/Templates/SchedulerUI/UIxCalendarProperties.wox to not
|
||||
show the notification options if it's a web calendar or if the active
|
||||
user isn't the owner of the calendar.
|
||||
|
||||
2012-07-09 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Dropped old templates (SOGoAptMailDeletionReceipt.wox
|
||||
|
||||
@@ -103,29 +103,33 @@
|
||||
/></label></div></var:if>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend><var:string label:value="Notifications"/></legend>
|
||||
<div><label
|
||||
><input type="checkbox" const:class="checkBox"
|
||||
id="notifyOnPersonalModifications" var:checked="notifyOnPersonalModifications"
|
||||
/><var:string label:value="Receive a mail when I modify my calendar"/></label></div>
|
||||
<div><label
|
||||
><input type="checkbox" const:class="checkBox"
|
||||
id="notifyOnExternalModifications" var:checked="notifyOnExternalModifications"
|
||||
/><var:string label:value="Receive a mail when someone else modifies my calendar"
|
||||
/></label></div>
|
||||
<div><label
|
||||
><input type="checkbox" const:class="checkBox"
|
||||
id="notifyUserOnPersonalModifications" var:checked="notifyUserOnPersonalModifications"
|
||||
/><var:string label:value="When I modify my calendar, send a mail to:"
|
||||
/></label></div>
|
||||
<div><span class="label"
|
||||
><entity name="nbsp"/></span><span class="content">
|
||||
<input type="text" name="notifiedUserOnPersonalModifications" id="notifiedUserOnPersonalModifications"
|
||||
class="textField"
|
||||
var:value="notifiedUserOnPersonalModifications"
|
||||
/></span></div>
|
||||
</fieldset>
|
||||
<var:if condition="isWebCalendar" const:negate="YES">
|
||||
<var:if condition="calendar.activeUserIsOwner">
|
||||
<fieldset>
|
||||
<legend><var:string label:value="Notifications"/></legend>
|
||||
<div><label
|
||||
><input type="checkbox" const:class="checkBox"
|
||||
id="notifyOnPersonalModifications" var:checked="notifyOnPersonalModifications"
|
||||
/><var:string label:value="Receive a mail when I modify my calendar"/></label></div>
|
||||
<div><label
|
||||
><input type="checkbox" const:class="checkBox"
|
||||
id="notifyOnExternalModifications" var:checked="notifyOnExternalModifications"
|
||||
/><var:string label:value="Receive a mail when someone else modifies my calendar"
|
||||
/></label></div>
|
||||
<div><label
|
||||
><input type="checkbox" const:class="checkBox"
|
||||
id="notifyUserOnPersonalModifications" var:checked="notifyUserOnPersonalModifications"
|
||||
/><var:string label:value="When I modify my calendar, send a mail to:"
|
||||
/></label></div>
|
||||
<div><span class="label"
|
||||
><entity name="nbsp"/></span><span class="content">
|
||||
<input type="text" name="notifiedUserOnPersonalModifications" id="notifiedUserOnPersonalModifications"
|
||||
class="textField"
|
||||
var:value="notifiedUserOnPersonalModifications"
|
||||
/></span></div>
|
||||
</fieldset>
|
||||
</var:if>
|
||||
</var:if>
|
||||
|
||||
</div>
|
||||
<div id="davLinksView" class="tab">
|
||||
|
||||
Reference in New Issue
Block a user