Monotone-Parent: 5eb65ae8bc648da2da73720b832963d4c6564515

Monotone-Revision: 458ff8722fb3ab8b060576a603826f911944009c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-09T22:22:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-09 22:22:34 +00:00
parent 4d3d42101e
commit 633f30918a
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -1,5 +1,8 @@
2006-11-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Templates/UIxSortableTableHeader.wox: all the events are
declared from the javascript DOM onload handlers.
* UI/Templates/UIxPageFrame.wox: load the new SOGoDragHandles.js
library.
+1 -3
View File
@@ -3,12 +3,12 @@
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
class="sortableTableHeader"
><var:if condition="isSelected"
><var:if condition="isSortedDescending"
><a var:href="href"
var:_sort="sortKey"
_desc="0"
onclick="return onHeaderClick(this);"
var:queryDictionary="queryDictionary"
><img rsrc:src="title_sortup_12x12.png"
class="tbtv_sortcell"
@@ -19,7 +19,6 @@
><a var:href="href"
var:_sort="sortKey"
_desc="1"
onclick="return onHeaderClick(this);"
var:queryDictionary="queryDictionary"
><img rsrc:src="title_sortdown_12x12.png"
class="tbtv_sortcell"
@@ -31,7 +30,6 @@
><a var:href="href"
var:_sort="sortKey"
_desc="0"
onclick="return onHeaderClick(this);"
var:queryDictionary="queryDictionary"
><var:string var:value="label"
/></a