Project

General

Profile

« Previous | Next » 

Revision 91cd1923

Added by Stephen Beaver over 9 years ago

Fixed #6168
Needed to override form action since it was inheriting the current GET arguments

View differences:

src/usr/local/www/load_balancer_pool_edit.php
330 330

  
331 331
$form = new Form();
332 332

  
333
$form->setAction("load_balancer_pool_edit.php");
334

  
333 335
$section = new Form_Section('Add/Edit Load Balancer - Pool Entry');
334 336

  
335 337
$section->addInput(new Form_Input(
src/usr/local/www/load_balancer_virtual_server_edit.php
201 201

  
202 202
$form = new Form();
203 203

  
204
$form->setAction("load_balancer_virtual_server_edit.php");
205

  
204 206
$section = new Form_Section('Edit Load Balancer - Virtual Server Entry');
205 207

  
206 208
$section->addInput(new Form_Input(

Also available in: Unified diff