Add a skip link to the initial help banner
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
======================
|
======================
|
||||||
Version Description
|
Version Description
|
||||||
|
|
||||||
|
1.0.59......Add a skip link to the initial help banner.
|
||||||
1.0.58......Add Spanish translation thanks to raul fernandez garcia.
|
1.0.58......Add Spanish translation thanks to raul fernandez garcia.
|
||||||
1.0.57......Display bastille bootstrap output after base release fetch.
|
1.0.57......Display bastille bootstrap output after base release fetch.
|
||||||
1.0.56......Add extra confirmation before extension removal.
|
1.0.56......Add extra confirmation before extension removal.
|
||||||
|
|||||||
@@ -80,6 +80,10 @@ if(!initial_install_banner()):
|
|||||||
. ' '
|
. ' '
|
||||||
. '<a href="' . 'bastille_manager_config.php' . '">'
|
. '<a href="' . 'bastille_manager_config.php' . '">'
|
||||||
. gtext('Please check and configure ZFS support option first.')
|
. gtext('Please check and configure ZFS support option first.')
|
||||||
|
. '</a>'
|
||||||
|
. '</br>'
|
||||||
|
. '<a href="' . 'bastille_manager_maintenance.php' . '">'
|
||||||
|
. gtext('To skip this step, click this link and then push Save.')
|
||||||
. '</a>';
|
. '</a>';
|
||||||
$prerequisites_ok = false;
|
$prerequisites_ok = false;
|
||||||
endif;
|
endif;
|
||||||
|
|||||||
Reference in New Issue
Block a user