rbrindley: branch rbrindley/welcome_revamp r4230 -	/team/rbrindley/welcome_re...
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Nov 26 15:40:51 CST 2008
    
    
  
Author: rbrindley
Date: Wed Nov 26 15:40:51 2008
New Revision: 4230
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4230
Log:
tablesorted parking lot
Modified:
    team/rbrindley/welcome_revamp/config/js/welcome2.js
Modified: team/rbrindley/welcome_revamp/config/js/welcome2.js
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/js/welcome2.js?view=diff&rev=4230&r1=4229&r2=4230
==============================================================================
--- team/rbrindley/welcome_revamp/config/js/welcome2.js (original)
+++ team/rbrindley/welcome_revamp/config/js/welcome2.js Wed Nov 26 15:40:51 2008
@@ -60,6 +60,13 @@
 	/* jQuery Tablesorter init */
 	/* this requires a rewrite of the loadExtensions and loadTrunks */
 		$("#extensions_list").tablesorter({
+			cancelSelection: true,
+			cssAsc: "header_sort_up",
+			cssDesc: "header_sort_down",
+			widgets: ['zebra']
+		});
+
+		$("#parking_lot_list").tablesorter({
 			cancelSelection: true,
 			cssAsc: "header_sort_up",
 			cssDesc: "header_sort_down",
    
    
More information about the asterisk-gui-commits
mailing list