Convert many search forms from POST to GET. Fixes bug ##11372
This commit is contained in:
parent
077f29fff0
commit
38e6bfad3e
8 changed files with 10 additions and 7 deletions
|
|
@ -277,7 +277,7 @@ sub getUserSearchForm {
|
|||
$session->scratch->set("userSearchModifier",$session->form->process("modifier")) if defined($session->form->process("modifier"));
|
||||
my $i18n = WebGUI::International->new($session);
|
||||
my $output = '<div align="center">'
|
||||
.WebGUI::Form::formHeader($session,)
|
||||
.WebGUI::Form::formHeader($session,{ method => 'GET'}, )
|
||||
.WebGUI::Form::hidden($session,
|
||||
name => "op",
|
||||
value => $op
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue