summaryrefslogtreecommitdiffstats
path: root/vmail-listusers-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-11-19 00:53:14 +0000
committerTed Trask <ttrask01@yahoo.com>2013-11-19 00:53:14 +0000
commit5e5e4c6d482b69f24b2692e49697a0ee3de4278c (patch)
treef7e2c6290477b8098a8dc73fc5a3d9495fbe128f /vmail-listusers-html.lsp
parenta1c6854f74d6226e0e5d4de2820792928d895a68 (diff)
downloadacf-freeswitch-vmail-5e5e4c6d482b69f24b2692e49697a0ee3de4278c.tar.bz2
acf-freeswitch-vmail-5e5e4c6d482b69f24b2692e49697a0ee3de4278c.tar.xz
Add tablesorter zebra widget
Diffstat (limited to 'vmail-listusers-html.lsp')
-rw-r--r--vmail-listusers-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmail-listusers-html.lsp b/vmail-listusers-html.lsp
index 64ec3bc..1990720 100644
--- a/vmail-listusers-html.lsp
+++ b/vmail-listusers-html.lsp
@@ -17,7 +17,7 @@ html = require("acf.html")
<script type="text/javascript">
$(document).ready(function() {
- $("#list").tablesorter({headers: {0:{sorter: false}}});
+ $("#list").tablesorter({headers: {0:{sorter: false}}, widgets: ['zebra']});
$(".deleteuser").click(function(){ return confirm("Are you sure you want to delete this user?")});
});
</script>