From 51219962f384af1dacc38c9c0008e00e52cd9ba6 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 13 May 2020 00:01:30 -0400 Subject: [PATCH] Add a skip link to the initial help banner --- CHANGELOG | 1 + gui/bastille_manager_gui.php | 4 ++++ version | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8a80521..543928d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/gui/bastille_manager_gui.php b/gui/bastille_manager_gui.php index fa8fc52..e967b56 100644 --- a/gui/bastille_manager_gui.php +++ b/gui/bastille_manager_gui.php @@ -80,6 +80,10 @@ if(!initial_install_banner()): . ' ' . '' . gtext('Please check and configure ZFS support option first.') + . '' + . '
' + . '' + . gtext('To skip this step, click this link and then push Save.') . ''; $prerequisites_ok = false; endif; diff --git a/version b/version index 3a90b24..c3ccccf 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.58 +1.0.59