mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 13:46:23 +00:00
Monotone-Parent: 90f9a30ea616dbd91c871765a8975d11b08b4e72
Monotone-Revision: 894040959f04f3ec2b197130603cd4d9eb104d53 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-22T16:58:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -18,9 +18,5 @@
|
||||
<input id="searchCriteria" name="criteria" type="hidden" var:value="searchCriteria" />
|
||||
<input id="searchValue" class="textField" autocomplete="off" name="search" type="text" var:value="searchText" onmousedown="onSearchMouseDown(event, this);" onclick="popupSearchMenu(event, 'searchMenu');" onblur="onSearchBlur(this);" onfocus="onSearchFocus(this);" onkeydown="onSearchKeyDown(this);" />
|
||||
</span>
|
||||
|
||||
<script type="text/javascript">
|
||||
initCriteria();
|
||||
</script>
|
||||
</div>
|
||||
</container>
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<table
|
||||
<table id="appointmentsList" multiselect="yes"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
xmlns:label="OGo:label"
|
||||
id="appointmentsList"
|
||||
multiselect="yes">
|
||||
xmlns:label="OGo:label">
|
||||
<tr class="tableview"
|
||||
><td class="tbtv_headercell tbtv_subject_headercell"
|
||||
><var:component className="UIxSortableTableHeader"
|
||||
|
||||
@@ -27,10 +27,6 @@
|
||||
onkeydown="onSearchKeyDown(this);" />
|
||||
</span>
|
||||
|
||||
<script type="text/javascript">
|
||||
initCriteria();
|
||||
</script>
|
||||
|
||||
<var:string label:value="View:" />
|
||||
<var:popup list="filters"
|
||||
const:id="filterpopup"
|
||||
|
||||
@@ -88,17 +88,11 @@
|
||||
|
||||
<div id="rightPanel">
|
||||
<var:component className="UIxCalFilterPanel" />
|
||||
|
||||
<div id="appointmentsListView"
|
||||
oncontextmenu="return onAppointmentContextMenu(event, this);"
|
||||
><var:component className="UIxCalAptListView"
|
||||
/></div>
|
||||
|
||||
<div id="rightDragHandle" class="dragHandle"><!-- space --></div>
|
||||
|
||||
<div id="calendarView"
|
||||
><!-- var:component className="UIxCalDayView"
|
||||
selectedDate="selectedDate"
|
||||
--></div>
|
||||
<div id="calendarView"><!-- space --></div>
|
||||
</div>
|
||||
</var:component>
|
||||
|
||||
Reference in New Issue
Block a user