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:
Wolfgang Sourdeau
2006-10-27 15:02:12 +00:00
parent fc44681f93
commit a04f0ede7f
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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>