summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_relay_action_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-11 13:58:51 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-11 13:58:51 -0400
commit207148139ec648b8955c81ae908d0bdb7c472cda (patch)
treee3f9fe023a56264e61e1b44bb93e3ed7ba86f563 /usr/local/www/load_balancer_relay_action_edit.php
parent9b08f477009b9032db9b0a12951b3feb856c6de0 (diff)
downloadpfsense-207148139ec648b8955c81ae908d0bdb7c472cda.zip
pfsense-207148139ec648b8955c81ae908d0bdb7c472cda.tar.gz
Nuke XXX TODO option. Suggested-by: BillM
Diffstat (limited to 'usr/local/www/load_balancer_relay_action_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_relay_action_edit.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/usr/local/www/load_balancer_relay_action_edit.php b/usr/local/www/load_balancer_relay_action_edit.php
index 218c49d..37bcc41 100755
--- a/usr/local/www/load_balancer_relay_action_edit.php
+++ b/usr/local/www/load_balancer_relay_action_edit.php
@@ -525,26 +525,6 @@ 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