Revision 9eb60dcc
Added by Ermal Luçi almost 16 years ago
usr/local/www/firewall_rules_edit.php | ||
---|---|---|
1209 | 1209 |
var addressarray=new Array(<?php echo $aliasesaddr; ?>); |
1210 | 1210 |
var customarray=new Array(<?php echo $aliases; ?>); |
1211 | 1211 |
|
1212 |
var oTextbox1 = new AutoSuggestControl(document.getElementById("src"), new StateSuggestions(addressarray)); |
|
1213 |
var oTextbox2 = new AutoSuggestControl(document.getElementById("srcbeginport_cust"), new StateSuggestions(customarray)); |
|
1214 |
var oTextbox3 = new AutoSuggestControl(document.getElementById("srcendport_cust"), new StateSuggestions(customarray)); |
|
1215 |
var oTextbox4 = new AutoSuggestControl(document.getElementById("dst"), new StateSuggestions(addressarray)); |
|
1216 |
var oTextbox5 = new AutoSuggestControl(document.getElementById("dstbeginport_cust"), new StateSuggestions(customarray)); |
|
1217 |
var oTextbox6 = new AutoSuggestControl(document.getElementById("dstendport_cust"), new StateSuggestions(customarray)); |
|
1212 | 1218 |
//--> |
1213 | 1219 |
</script> |
1214 | 1220 |
|
Also available in: Unified diff
Fixes Issue #142