mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: 8e7341cf427eb43d33db308380a8799e98fb9d93
Monotone-Revision: ab7deac10b2e0f0a2db216131747b63c5f374160 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-06-02T19:43:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m (_enforceTimeLimitOnFilter):
|
||||
Rewrote algorithm, fixed cyclic events issue.
|
||||
* UI/WebServerResources/UIxAttendeesEditor.js: Fixed update bug on "enter"
|
||||
* UI/Templates/SchedulerUI/UIxAttendeesEditor.wox: Removed next/prev hour buttons
|
||||
* UI/Templates/SchedulerUI/UIxAttendeesEditor.wox: Removed next/prev hour
|
||||
and zoom buttons
|
||||
|
||||
2009-06-02 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
<a href="#" class="button _disabled"
|
||||
><var:string label:value="Next slot" /></a>
|
||||
</div>
|
||||
<!--
|
||||
<div id="freeBusyZoomButtons">
|
||||
<var:string label:value="Zoom:"/>
|
||||
<a href="#" class="button _disabled"><var:string label:value="-" /></a>
|
||||
@@ -33,6 +34,7 @@
|
||||
string="itemZoomText" selection="zoom"/>
|
||||
<a href="#" class="button _disabled"><var:string label:value="+" /></a>
|
||||
</div>
|
||||
-->
|
||||
<div id="freeBusyView">
|
||||
<table id="freeBusy" cellspacing="0" cellpadding="0"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
|
||||
@@ -450,10 +450,10 @@ function initializeWindowButtons() {
|
||||
var buttons = $("freeBusyViewButtons").childNodesWithTag("a");
|
||||
for (var i = 0; i < buttons.length; i++)
|
||||
buttons[i].observe("click", listRowMouseDownHandler, false);
|
||||
buttons = $("freeBusyZoomButtons").childNodesWithTag("a");
|
||||
/* buttons = $("freeBusyZoomButtons").childNodesWithTag("a");
|
||||
for (var i = 0; i < buttons.length; i++)
|
||||
buttons[i].observe("click", listRowMouseDownHandler, false);
|
||||
/* buttons = $("freeBusyButtons").childNodesWithTag("a");
|
||||
buttons = $("freeBusyButtons").childNodesWithTag("a");
|
||||
for (var i = 0; i < buttons.length; i++)
|
||||
buttons[i].observe("click", listRowMouseDownHandler, false);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user