Changeset 328 for trunk/RebuildQueue

Show
Ignore:
Timestamp:
10/05/07 22:10:18 (2 years ago)
Author:
jallen
Message:

Fixed the click-selection feature on the header bar of the RebuldQueue? list page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RebuildQueue/plugins/RebuildQueue/tmpl/queue_list.tmpl

    r245 r328  
    4747function init() 
    4848{ 
     49        // setup 
     50        tableSelect = new TC.TableSelect( "selector" ); 
     51        tableSelect.rowSelect = true; 
     52     
    4953        setFilterCol(<TMPL_IF NAME=FILTER>'<TMPL_VAR NAME=FILTER>'<TMPL_ELSE>'none'</TMPL_IF>); 
    5054        <TMPL_IF NAME=FILTER>setFilterVal('<TMPL_VAR NAME=FILTER_VAL>');</TMPL_IF>