mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Wiz. Added option url to printGoBackButton
Former-commit-id: fd0c76ce5efef9902cbda2817b13e59e6672c972
This commit is contained in:
parent
e9d97e8010
commit
65db8482c1
@ -405,15 +405,15 @@ class Wizard
|
|||||||
public function printGoBackButton($url)
|
public function printGoBackButton($url)
|
||||||
{
|
{
|
||||||
if (isset($url) === false) {
|
if (isset($url) === false) {
|
||||||
$url = 'index.php?sec=gservers&sec2=godmode/servers/discovery';
|
$url = ui_get_full_url(
|
||||||
|
'index.php?sec=gservers&sec2=godmode/servers/discovery'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$form = [
|
$form = [
|
||||||
'form' => [
|
'form' => [
|
||||||
'method' => 'POST',
|
'method' => 'POST',
|
||||||
'action' => ui_get_full_url(
|
'action' => $url,
|
||||||
$url
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
'inputs' => [
|
'inputs' => [
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user