diff options
author | D. V. Serg <dvserg@pfsense.org> | 2008-01-22 06:33:19 +0000 |
---|---|---|
committer | D. V. Serg <dvserg@pfsense.org> | 2008-01-22 06:33:19 +0000 |
commit | 9ae3ef4ea4076248185ad54acb3e2859671c8f06 (patch) | |
tree | 8ca8aebc7221ae583f9de40f9346d0fb1ed041a8 /packages/squidGuard | |
parent | ca8fe5863fa09a03f461f33e67ef83127a47b17a (diff) | |
download | pfsense-packages-9ae3ef4ea4076248185ad54acb3e2859671c8f06.tar.gz pfsense-packages-9ae3ef4ea4076248185ad54acb3e2859671c8f06.tar.bz2 pfsense-packages-9ae3ef4ea4076248185ad54acb3e2859671c8f06.zip |
Blacklist update
Diffstat (limited to 'packages/squidGuard')
-rw-r--r-- | packages/squidGuard/squidguard.inc | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/packages/squidGuard/squidguard.inc b/packages/squidGuard/squidguard.inc index c4620831..a145ef3a 100644 --- a/packages/squidGuard/squidguard.inc +++ b/packages/squidGuard/squidguard.inc @@ -887,18 +887,8 @@ function make_grid_general_items($id = '') // make_grid_blacklist // ----------------------------------------------------------------------------- function make_grid_blacklist() { - - $style1 = ''; - $style2 = 'class=vtable'; - $style2 = ''; - $e_size = '90'; - - $res = ''; - $res .= "<table width='100%'>"; - // button - $res .= "<tr><td $style3> </td> - <td $style3><input name='submit' value='" . BLACKLIST_BTN_URL . "' type='submit'></td></tr>"; - $res .= "</table>"; + // button 'Upload URL' + $res = "<br><input name='submit' value='" . BLACKLIST_BTN_URL . "' type='submit'>"; return $res; } |