Add a skip link to the initial help banner

This commit is contained in:
Jose
2020-05-13 00:01:30 -04:00
parent 32982b8278
commit 51219962f3
3 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
======================
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.57......Display bastille bootstrap output after base release fetch.
1.0.56......Add extra confirmation before extension removal.

View File

@@ -80,6 +80,10 @@ if(!initial_install_banner()):
. ' '
. '<a href="' . 'bastille_manager_config.php' . '">'
. 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>';
$prerequisites_ok = false;
endif;

View File

@@ -1 +1 @@
1.0.58
1.0.59