Revision 2af731f8
Added by NewEraCracker over 9 years ago
src/usr/local/www/firewall_nat.php | ||
---|---|---|
475 | 475 |
|
476 | 476 |
<script type="text/javascript"> |
477 | 477 |
//<![CDATA[ |
478 |
//Need to create some variables here so that jquert/pfSenseHelpers.php can read them
|
|
478 |
//Need to create some variables here so that jquery/pfSenseHelpers.js can read them
|
|
479 | 479 |
iface = "<?=strtolower($if)?>"; |
480 | 480 |
cncltxt = '<?=gettext("Cancel")?>'; |
481 | 481 |
svtxt = '<?=gettext("Save")?>'; |
Also available in: Unified diff
Minor cleanup
1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.