Changeset 13514

Show
Ignore:
Timestamp:
11/20/07 14:05:55 (1 year ago)
Author:
adrenalin
Message:

Added TableSorter? 2.0 to boost the usability.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.admin.user/handler/list.php

    r13510 r13514  
    4343            ) 
    4444        ); 
     45         
     46        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL . '/jQuery/jquery.tablesorter.pack.js'); 
    4547 
    4648        midgard_admin_asgard_plugin::prepare_plugin($this->_l10n->get('midcom.admin.user'),$this->_request_data); 
  • trunk/midcom/midcom.admin.user/static/usermgmt.css

    r13510 r13514  
    2222    padding-bottom: 4px; 
    2323} 
     24 
    2425table.midcom_admin_user_search_results thead th, 
    2526table.midcom_admin_user_search_results tbody td 
     
    2829    padding-right: 2px; 
    2930    text-align: left; 
     31} 
     32 
     33table.midcom_admin_user_search_results thead th 
     34{ 
     35  background-repeat: no-repeat; 
     36  background-position: right center; 
     37  padding-right: 20px; 
     38  cursor: pointer; 
     39} 
     40 
     41table.midcom_admin_user_search_results thead th.headerSortDown 
     42{ 
     43  background-image: url('../stock-icons/16x16/down.png'); 
     44} 
     45 
     46table.midcom_admin_user_search_results thead th.headerSortUp 
     47{ 
     48  background-image: url('../stock-icons/16x16/up.png'); 
    3049} 
    3150 
  • trunk/midcom/midcom.admin.user/style/midcom-admin-user-personlist-footer.php

    r13510 r13514  
    8282                } 
    8383            }); 
     84            $j('#midcom_admin_user_batch_process table').tablesorter({sortList: [[2,0]]}); 
    8485        // ]]> 
    8586    </script>