diff options
author | bruno <bruno.stein@bluepex.com> | 2014-11-13 10:15:06 -0200 |
---|---|---|
committer | bruno <bruno.stein@bluepex.com> | 2014-11-13 10:15:06 -0200 |
commit | b95a96ecb4c88b73d33a8ee38963303e40b6f398 (patch) | |
tree | ebf8101c86f7f0c64f68f02f52598eb26b5a08af /usr/local/www | |
parent | a65c5a998fb45c3377deaeffce45148e983dd527 (diff) | |
download | pfsense-b95a96ecb4c88b73d33a8ee38963303e40b6f398.zip pfsense-b95a96ecb4c88b73d33a8ee38963303e40b6f398.tar.gz |
remove checkall checkbox
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/system_groupmanager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php index 736fcfa..0a6ef12 100644 --- a/usr/local/www/system_groupmanager.php +++ b/usr/local/www/system_groupmanager.php @@ -471,7 +471,7 @@ function presubmit() { <th width="25%" class="listhdrr"><?=gettext("Group name");?></th> <th width="25%" class="listhdrr"><?=gettext("Description");?></th> <th width="30%" class="listhdrr"><?=gettext("Member Count");?></th> - <th width="10%" class="list"><input type="checkbox" onClick="checkall_checkbox(this.checked)"> <?=gettext("check all")?></th> + <th width="10%" class="list"></th> </tr> </thead> <tfoot> |