summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_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_nat_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_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 31a2bb1..95286eb 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -439,8 +439,11 @@ $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward"),gett
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 if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud