mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed create from bug: added action with refresh url
Former-commit-id: b63f6e6f9169a35d9dcb9cfd078c35fd4deafdac
This commit is contained in:
parent
cb8cd37ee7
commit
8d8b856864
@ -265,7 +265,7 @@ if (isset($data)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
echo '<form method="post">';
|
echo '<form method="post" action='.$url.'>';
|
||||||
echo '<div class="" style="float:right;">';
|
echo '<div class="" style="float:right;">';
|
||||||
html_print_input_hidden('new', 1);
|
html_print_input_hidden('new', 1);
|
||||||
html_print_submit_button(__('Create'), 'crt', false, 'class="sub next"');
|
html_print_submit_button(__('Create'), 'crt', false, 'class="sub next"');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user