mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: 6d56419b7d5597b9d628c55862bb252fa456951b
Monotone-Revision: 4dea335e2c857312cac433deb3bd8afefa78731f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-27T15:02:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2006-10-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Templates/SchedulerUI/UIxCalMainView.wox: specify the type
|
||||
argument (event or task) to newEvent in the appointmentListMenu.
|
||||
Make the appointmentsListView display the appointmentsListMenu.
|
||||
|
||||
* UI/SOGoUI/SOGoAptFormatter.m: enlarge the text size limit from
|
||||
12 to 50 before displaying "...".
|
||||
([SOGoAptFormatter -fullDetailsForApt::]): display location only
|
||||
|
||||
@@ -35,11 +35,11 @@
|
||||
<ul>
|
||||
<li
|
||||
onmousedown="return false;"
|
||||
onmouseup="newEvent(this);"><var:string label:value="New Event..."/></li>
|
||||
onmouseup="newEvent(this, 'event');"><var:string label:value="New Event..."/></li>
|
||||
<li class="separator"></li>
|
||||
<li
|
||||
onmousedown="return false;"
|
||||
onmouseup="newTask(this);"><var:string label:value="New Task..."/></li>
|
||||
onmouseup="newEvent(this, 'task');"><var:string label:value="New Task..."/></li>
|
||||
<li
|
||||
onmousedown="return false;"
|
||||
onmouseup="editEvent();"
|
||||
@@ -100,6 +100,7 @@
|
||||
<var:component className="UIxCalFilterPanel" />
|
||||
|
||||
<div id="appointmentsListView"
|
||||
oncontextmenu="return onAppointmentContextMenu(event, this);"
|
||||
><var:component className="UIxCalAptListView"
|
||||
/></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user