Changeset 13514
- Timestamp:
- 11/20/07 14:05:55 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.admin.user/handler/list.php
r13510 r13514 43 43 ) 44 44 ); 45 46 $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL . '/jQuery/jquery.tablesorter.pack.js'); 45 47 46 48 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 22 22 padding-bottom: 4px; 23 23 } 24 24 25 table.midcom_admin_user_search_results thead th, 25 26 table.midcom_admin_user_search_results tbody td … … 28 29 padding-right: 2px; 29 30 text-align: left; 31 } 32 33 table.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 41 table.midcom_admin_user_search_results thead th.headerSortDown 42 { 43 background-image: url('../stock-icons/16x16/down.png'); 44 } 45 46 table.midcom_admin_user_search_results thead th.headerSortUp 47 { 48 background-image: url('../stock-icons/16x16/up.png'); 30 49 } 31 50 trunk/midcom/midcom.admin.user/style/midcom-admin-user-personlist-footer.php
r13510 r13514 82 82 } 83 83 }); 84 $j('#midcom_admin_user_batch_process table').tablesorter({sortList: [[2,0]]}); 84 85 // ]]> 85 86 </script>
