summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-11 14:49:32 -0400
committerScott Ullrich <sullrich@su.local>2009-09-11 14:49:32 -0400
commit815f9631a612f6813111b3520159f7ad7d0d74f6 (patch)
tree2c64a496ad72afa6d0322add6f7ec24ae584b77c /usr/local/www/pkg_mgr.php
parentc3a05140ab4aee572978a00a1061910b69a4c4e3 (diff)
downloadpfsense-815f9631a612f6813111b3520159f7ad7d0d74f6.zip
pfsense-815f9631a612f6813111b3520159f7ad7d0d74f6.tar.gz
Allow clicking on a column header to sort the table
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 2cbc674..c0c107b 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -92,7 +92,7 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="10%" class="listhdrr">Package Name</td>
<td width="25%" class="listhdrr">Category</td>
OpenPOWER on IntegriCloud