From 6d120a9a3f9d4a23ca83c5f715e7923e1d4103d7 Mon Sep 17 00:00:00 2001 From: jcduff <jcduff@localhost> Date: Mon, 22 Dec 2008 15:32:17 +0000 Subject: [PATCH] Implement support for click-thru license approval in quicksetup. A new panel will show up to present the license if the license file Legal/license_to_accept.txt exists in the layout. Otherwise, quicksetup will have the same behavior as before. --- opends/src/messages/messages/quicksetup.properties | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index a88aa32..8cae824 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -1328,6 +1328,14 @@ href="https://www.opends.org/wiki/page/OverviewOfTheQuickSetupTool"> OpenDS \ documentation wiki</a>. INFO_WELCOME_STEP=Welcome +INFO_LICENSE_PANEL_OFFLINE_INSTRUCTIONS=Please read the following important \ + information before continuing. +INFO_LICENSE_PANEL_TITLE=License +INFO_LICENSE_PANEL_WEBSTART_INSTRUCTIONS=bla bla +INFO_LICENSE_STEP=License +INFO_LICENSE_DETAILS_LABEL=Please read the following License Agreement.\n\ + You must accept the terms of the agreement before continuing with the installation. +INFO_LICENSE_CLICK_LABEL=Click to accept INFO_CONFIRM_UNINSTALL_STEP=Uninstall Options INFO_ZIP_FILES_DESCRIPTION=OpenDS Installation Package (.zip) SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=Could not find a remote peer to \ -- Gitblit v1.10.0