mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 09:21:09 +01:00
Add a skip link to the initial help banner
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user