mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user