[Slashhack-cvs] slashhack/resources/xul/main-tab index.xul,1.1.1.1,1.2
Brought to you by:
fletch
|
From: Dave F. <fl...@us...> - 2004-10-21 02:43:15
|
Update of /cvsroot/slashhack/slashhack/resources/xul/main-tab In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21609/resources/xul/main-tab Modified Files: index.xul Log Message: Task #106456 - include each .js file once only. Index: index.xul =================================================================== RCS file: /cvsroot/slashhack/slashhack/resources/xul/main-tab/index.xul,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.xul 18 Oct 2004 20:25:08 -0000 1.1.1.1 --- index.xul 21 Oct 2004 02:43:05 -0000 1.2 *************** *** 68,88 **** id='comment-viewer' datasources='rdf:null' - enableColumnDrag='true' ref='urn:slashhack:comments' ! onselect='commentViewerClick();'> ! <treecols> <treecol ! id='subject' primary='true' label='Subject' flex='3'/> <treecol ! id='user' label='User' flex='1'/> <treecol ! id='score' label='Score' flex='1'/> </treecols> --- 68,101 ---- id='comment-viewer' datasources='rdf:null' ref='urn:slashhack:comments' ! onselect='commentViewerClick(); return true;'> ! <treecols id='comment-viewer-treecols'> <treecol ! id='comment-viewer-subject-col' primary='true' label='Subject' + class='sortDirectionIndicator' + sort='rdf:http://slashdot.org/slashhack#subject' + sortActive='true' + sortDirection='ascending' flex='3'/> <treecol ! id='comment-viewer-user-col' ! primary='false' label='User' + class='sortDirectionIndicator' + sort='rdf:http://slashdot.org/slashhack#user' + sortActive='false' + sortDirection='ascending' flex='1'/> <treecol ! id='comment-viewer-score-col' ! primary='false' label='Score' + class='sortDirectionIndicator' + sort='rdf:http://slashdot.org/slashhack#score' + sortActive='false' + sortDirection='ascending' flex='1'/> </treecols> |