summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-11 14:01:13 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-11 14:01:13 -0400
commit10d3ff845c19a2ca116bc5c5c594d7d5d965c6b9 (patch)
tree37281e84171d8b2452444b93543d18f8e6a8a913 /usr/local
parent207148139ec648b8955c81ae908d0bdb7c472cda (diff)
downloadpfsense-10d3ff845c19a2ca116bc5c5c594d7d5d965c6b9.zip
pfsense-10d3ff845c19a2ca116bc5c5c594d7d5d965c6b9.tar.gz
Revert "Nuke XXX TODO option. Suggested-by: BillM"
This reverts commit 207148139ec648b8955c81ae908d0bdb7c472cda.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/load_balancer_relay_action_edit.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/usr/local/www/load_balancer_relay_action_edit.php b/usr/local/www/load_balancer_relay_action_edit.php
index 37bcc41..218c49d 100755
--- a/usr/local/www/load_balancer_relay_action_edit.php
+++ b/usr/local/www/load_balancer_relay_action_edit.php
@@ -525,6 +525,26 @@ document.observe("dom:loaded", function() {
< XXX TODO -->
</td>
</tr>
+ <tr align="left" id="ssl_options_row"<?= $pconfig['protocol'] == "http" ? "" : " style=\"display:none;\""?>>
+ <td width="22%" valign="top" class="vncellreq">Options</td>
+ <td width="78%" class="vtable" colspan="2">
+ XXX: TODO
+<!-- XXX TODO >
+ <select id="options" name="options">
+<?
+ foreach ($types as $key => $val) {
+ if(isset($pconfig['protocol']) && $pconfig['protocol'] == $key) {
+ $selected = " selected";
+ } else {
+ $selected = "";
+ }
+ echo "<option value=\"{$key}\" onclick=\"updateType('{$key}');\"{$selected}>{$val}</option>\n";
+ }
+?>
+ </select>
+< XXX TODO -->
+ </td>
+ </tr>
<tr align="left">
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
OpenPOWER on IntegriCloud