From: Ben Soares Date: Thu, 1 Aug 2024 19:57:51 +0000 (+0100) Subject: JAL-3631 Administrator mode label on all screens of wizard X-Git-Tag: Release_2_11_4_0~16^2^2~2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=edcd35055a71fd5e6d32605b0a768d26543badba;p=jalview.git JAL-3631 Administrator mode label on all screens of wizard --- diff --git a/utils/install4j/install4j10_template.install4j b/utils/install4j/install4j10_template.install4j index 6c8fe21..d808c91 100644 --- a/utils/install4j/install4j10_template.install4j +++ b/utils/install4j/install4j10_template.install4j @@ -709,7 +709,7 @@ return context.getCompilerVariable("sys.platform"); - + @@ -833,6 +833,12 @@ return console.askOkCancel(message, true); + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${i18n:SelectDirLabel(${compiler:sys.fullName})} @@ -860,6 +866,12 @@ return console.askOkCancel(message, true); + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${i18n:SelectAssociationsLabel} @@ -1057,6 +1069,12 @@ On ${installer:osName}, user updates will be installed under context.getBooleanVariable("isAdmin") + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${i18n:SelectTasksLabel2(${compiler:JALVIEW_APPLICATION_NAME})} @@ -2088,6 +2106,12 @@ return sb.toString(); + + + <strong>Administrator mode</strong> + + context.getBooleanVariable("isAdmin") + ${form:finishedMessage}