mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
add help option in welcome window
This commit is contained in:
parent
57bfc364ae
commit
8174b4f2eb
BIN
pandora_console/images/feedback-header.png
Normal file
BIN
pandora_console/images/feedback-header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 578 B |
@ -409,15 +409,14 @@ class WelcomeWindow extends Wizard
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
/*
|
[
|
||||||
[
|
|
||||||
'wrapper' => 'div',
|
'wrapper' => 'div',
|
||||||
'block_id' => 'div_not_working',
|
'block_id' => 'div_not_working',
|
||||||
'class' => 'flex-row w100p',
|
'class' => 'flex-row w100p',
|
||||||
'direct' => 1,
|
'direct' => 1,
|
||||||
'block_content' => [
|
'block_content' => [
|
||||||
[
|
[
|
||||||
'label' => __('If something is not working as expected... Report!'),
|
'label' => __('If something is not working as expected, look for this icon and report!'),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'class' => 'first_lbl',
|
'class' => 'first_lbl',
|
||||||
'name' => 'lbl_not_working',
|
'name' => 'lbl_not_working',
|
||||||
@ -425,16 +424,11 @@ class WelcomeWindow extends Wizard
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'arguments' => [
|
'label' => html_print_image('images/feedback-header.png', true),
|
||||||
'label' => '',
|
|
||||||
'type' => 'button',
|
|
||||||
'attributes' => 'class="go pending '.$btn_create.'"',
|
|
||||||
'name' => 'btn_not_working',
|
|
||||||
'id' => 'btn_not_working',
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],*/
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
$output = $this->printForm(
|
$output = $this->printForm(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user