Get around limit on redirect length by changing form target
This commit is contained in:
parent
1fd931d339
commit
743df94d1b
@ -290,11 +290,15 @@ elsif (@zones && (!@views || !$config{'by_view'})) {
|
|||||||
undef, undef, \@befores);
|
undef, undef, \@befores);
|
||||||
}
|
}
|
||||||
print &ui_links_row(\@links);
|
print &ui_links_row(\@links);
|
||||||
print &ui_form_end([ $access{'delete'} ?
|
print &ui_form_end([
|
||||||
( [ "delete", $text{'index_massdelete'} ] ) : ( ),
|
$access{'delete'} ?
|
||||||
[ "update", $text{'index_massupdate'} ],
|
( [ "delete", $text{'index_massdelete'} ] ) : ( ),
|
||||||
[ "create", $text{'index_masscreate'} ],
|
[ "update", $text{'index_massupdate'}, undef, 0,
|
||||||
[ "rdelete", $text{'index_massrdelete'} ] ]);
|
"onClick='form.action=\"mass_update_form.cgi\"'" ],
|
||||||
|
[ "create", $text{'index_masscreate'}, undef, 0,
|
||||||
|
"onClick='form.action=\"mass_rcreate_form.cgi\"'" ],
|
||||||
|
[ "rdelete", $text{'index_massrdelete'}, undef, 0,
|
||||||
|
"onClick='form.action=\"mass_rdelete_form.cgi\"'" ] ]);
|
||||||
}
|
}
|
||||||
elsif (@zones) {
|
elsif (@zones) {
|
||||||
|
|
||||||
@ -396,9 +400,12 @@ elsif (@zones) {
|
|||||||
print &ui_form_end([
|
print &ui_form_end([
|
||||||
$access{'delete'} ?
|
$access{'delete'} ?
|
||||||
( [ "delete", $text{'index_massdelete'} ] ) : ( ),
|
( [ "delete", $text{'index_massdelete'} ] ) : ( ),
|
||||||
[ "update", $text{'index_massupdate'} ],
|
[ "update", $text{'index_massupdate'}, undef, 0,
|
||||||
[ "create", $text{'index_masscreate'} ],
|
"onClick='form.action=\"mass_update_form.cgi\"'" ],
|
||||||
[ "rdelete", $text{'index_massrdelete'} ], ]);
|
[ "create", $text{'index_masscreate'}, undef, 0,
|
||||||
|
"onClick='form.action=\"mass_rcreate_form.cgi\"'" ],
|
||||||
|
[ "rdelete", $text{'index_massrdelete'}, undef, 0,
|
||||||
|
"onClick='form.action=\"mass_rdelete_form.cgi\"'" ]]);
|
||||||
}
|
}
|
||||||
if (&have_dnssec_tools_support()) {
|
if (&have_dnssec_tools_support()) {
|
||||||
rollrec_close();
|
rollrec_close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user