summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-23 18:51:32 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-23 18:51:32 -0400
commit4bb99603d3ea80fe0686988b79a119c4a189df95 (patch)
treeac3ffd54689b43b71c815a75c16501b326eedfde /usr/local/www/firewall_rules_edit.php
parent8c5bf3d79963c69549a24d03d0aaa338825635c8 (diff)
downloadpfsense-4bb99603d3ea80fe0686988b79a119c4a189df95.zip
pfsense-4bb99603d3ea80fe0686988b79a119c4a189df95.tar.gz
Add chosen js library (mit lic). Modify interface multiple select box to use.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 2d7b7d8..8857d8d 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -603,10 +603,11 @@ $page_filename = "firewall_rules_edit.php";
include("head.inc");
?>
-
+<link rel="stylesheet" href="/javascript/chosen/chosen.css" />
</head>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<script src="/javascript/chosen/chosen.proto.js" type="text/javascript"></script>
<?php include("fbegin.inc"); ?>
<?php pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/pre_input_errors"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
@@ -694,7 +695,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncellreq"><?=gettext("Interface");?></td>
<td width="78%" class="vtable">
<?php if ($if == "FloatingRules" || isset($pconfig['floating'])): ?>
- <select name="interface[]" multiple="true" class="formselect" size="3" <?=$edit_disabled;?>>
+ <select name="interface[]" title="Select interfaces..." multiple style="width:350px;" class="chzn-select" tabindex="2" <?=$edit_disabled;?>>
<?php else: ?>
<select name="interface" class="formselect" <?=$edit_disabled;?>>
<?php
OpenPOWER on IntegriCloud