From f70ff57303d3e7dee35a60063d80052eef9c4984 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 30 Jul 2018 17:19:26 -0400 Subject: [PATCH] update for go live --- assets/dsroot/custom-body.php | 4 +++- assets/dsroot/custom-header.php | 10 +--------- assets/dsroot/custom-languages.php | 10 ++++++---- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/assets/dsroot/custom-body.php b/assets/dsroot/custom-body.php index 76c0aa7..b24cb60 100644 --- a/assets/dsroot/custom-body.php +++ b/assets/dsroot/custom-body.php @@ -11,7 +11,7 @@ - +

@@ -21,6 +21,8 @@ +
+ Help

diff --git a/assets/dsroot/custom-header.php b/assets/dsroot/custom-header.php index 710356b..561b516 100644 --- a/assets/dsroot/custom-header.php +++ b/assets/dsroot/custom-header.php @@ -91,15 +91,7 @@ function init(){
diff --git a/assets/dsroot/custom-languages.php b/assets/dsroot/custom-languages.php index 85d210d..5d92edb 100644 --- a/assets/dsroot/custom-languages.php +++ b/assets/dsroot/custom-languages.php @@ -35,7 +35,8 @@ $langStrings['en']['help'] = 'Help';// This string can be hidden by setting it to '' $langStrings['en']['privacy'] = 'Data Privacy'; // This string can be hidden by setting it to '' $langStrings['en']['title'] = 'Institution Selection'; -$langStrings['en']['header'] = 'Select your institution'; +//$langStrings['en']['header'] = 'Select your institution'; +$langStrings['en']['header'] = 'Please select a trusted identity provider from the list below by beginning to type in the edit box.'; $langStrings['en']['make_selection'] = 'You must select an institution.'; $langStrings['en']['settings'] = 'Default organization for this web browser'; $langStrings['en']['permanent_select_header'] = 'Permanently set your organization'; @@ -47,7 +48,8 @@ $langStrings['en']['permanently_remember_selection'] = 'Remember selection permanently and bypass this step from now on.'; $langStrings['en']['confirm_permanent_selection'] = 'Are you sure you want to make the selected organization your default organization? Don\'t proceed if you have several user accounts from multiple organizations.'; $langStrings['en']['save_button'] = 'Save'; -$langStrings['en']['access_host'] = 'In order to access the service %s please select or search for the institution that you are affiliated with.'; +//$langStrings['en']['access_host'] = 'In order to access the service %s please select or search for the institution that you are affiliated with.'; +$langStrings['en']['access_host'] = 'Enter your organization's name'; $langStrings['en']['select_idp'] = 'Select the organization you are affiliated with.'; $langStrings['en']['search_idp'] = 'Enter the name of the organization you are affiliated with...'; $langStrings['en']['remember_selection'] = 'Remember selection for this web browser session.'; @@ -58,7 +60,7 @@ $langStrings['en']['valid_request_description'] = 'A valid request needs at least the arguments shire and target with valid values. Optionally the arguments providerID, origin and redirect can be supplied to automtically redirect the web browser to an organization and to do that automatically for the current web browser session'; $langStrings['en']['valid_saml2_request_description'] = 'A valid SAML2 request needs at least the arguments entityID and return with valid values. Instead of the return argument, metadata for the Service Provider can include a DiscoveryResponse endpoint. Optionally the arguments isPassive, policy and returnIDParam can be supplied to automtically redirect the web browser to an organization and to do that automatically for the current web browser session'; $langStrings['en']['invalid_query'] = 'Error: Invalid Query'; -$langStrings['en']['select_button'] = 'Select'; +$langStrings['en']['select_button'] = 'Continue'; $langStrings['en']['login'] = 'Login'; $langStrings['en']['login_with'] = 'Login with:'; $langStrings['en']['other_federation'] = 'From other federations'; @@ -71,4 +73,4 @@ $langStrings['en']['no_idp_available'] = 'No organization available'; $langStrings['en']['last_used'] = 'Last used'; -?> \ No newline at end of file +?>