From 6e0222b92ed04ca2a89a0b9883dda7bad88aa938 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 3 Dec 2013 13:22:33 -0500 Subject: [PATCH] Added missing descriptions. --- languages/en.ini | 2 ++ themes/blueprint/templates/Auth/AbstractBase/logindesc.phtml | 1 + themes/blueprint/templates/Auth/CAS/logindesc.phtml | 2 ++ themes/blueprint/templates/Auth/ILS/logindesc.phtml | 2 ++ themes/blueprint/templates/Auth/LDAP/logindesc.phtml | 2 ++ themes/bootstrap/templates/Auth/AbstractBase/logindesc.phtml | 1 + themes/bootstrap/templates/Auth/CAS/logindesc.phtml | 2 ++ themes/bootstrap/templates/Auth/ILS/logindesc.phtml | 2 ++ themes/bootstrap/templates/Auth/LDAP/logindesc.phtml | 2 ++ 9 files changed, 16 insertions(+) create mode 100644 themes/blueprint/templates/Auth/AbstractBase/logindesc.phtml create mode 100644 themes/blueprint/templates/Auth/CAS/logindesc.phtml create mode 100644 themes/blueprint/templates/Auth/ILS/logindesc.phtml create mode 100644 themes/blueprint/templates/Auth/LDAP/logindesc.phtml create mode 100644 themes/bootstrap/templates/Auth/AbstractBase/logindesc.phtml create mode 100644 themes/bootstrap/templates/Auth/CAS/logindesc.phtml create mode 100644 themes/bootstrap/templates/Auth/ILS/logindesc.phtml create mode 100644 themes/bootstrap/templates/Auth/LDAP/logindesc.phtml diff --git a/languages/en.ini b/languages/en.ini index 644f3487995..d0675c1a275 100644 --- a/languages/en.ini +++ b/languages/en.ini @@ -136,7 +136,9 @@ callnumber_abbrev = "Call #" Cannot find record = "Cannot find record" Cannot find similar records = "Cannot find similar records" Cassette = Cassette +Catalog Login = "Catalog Login" Catalog Results = "Catalog Results" +catalog_login_desc = "Enter your library catalog credentials." cat_establish_account = "In order to establish your account profile, please enter the following information:" cat_password_abbrev = "Catalog Password" cat_username_abbrev = "Catalog Username" diff --git a/themes/blueprint/templates/Auth/AbstractBase/logindesc.phtml b/themes/blueprint/templates/Auth/AbstractBase/logindesc.phtml new file mode 100644 index 00000000000..9f4088f8d27 --- /dev/null +++ b/themes/blueprint/templates/Auth/AbstractBase/logindesc.phtml @@ -0,0 +1 @@ +<h3><?=$this->transEsc('Login')?></h3> \ No newline at end of file diff --git a/themes/blueprint/templates/Auth/CAS/logindesc.phtml b/themes/blueprint/templates/Auth/CAS/logindesc.phtml new file mode 100644 index 00000000000..fab51a92a72 --- /dev/null +++ b/themes/blueprint/templates/Auth/CAS/logindesc.phtml @@ -0,0 +1,2 @@ +<h3><?=$this->transEsc('Institutional Login')?></h3> +<p><?=$this->transEsc('institutional_login_desc')?></p> \ No newline at end of file diff --git a/themes/blueprint/templates/Auth/ILS/logindesc.phtml b/themes/blueprint/templates/Auth/ILS/logindesc.phtml new file mode 100644 index 00000000000..73ac1374e78 --- /dev/null +++ b/themes/blueprint/templates/Auth/ILS/logindesc.phtml @@ -0,0 +1,2 @@ +<h3><?=$this->transEsc('Catalog Login')?></h3> +<p><?=$this->transEsc('catalog_login_desc')?></p> \ No newline at end of file diff --git a/themes/blueprint/templates/Auth/LDAP/logindesc.phtml b/themes/blueprint/templates/Auth/LDAP/logindesc.phtml new file mode 100644 index 00000000000..fab51a92a72 --- /dev/null +++ b/themes/blueprint/templates/Auth/LDAP/logindesc.phtml @@ -0,0 +1,2 @@ +<h3><?=$this->transEsc('Institutional Login')?></h3> +<p><?=$this->transEsc('institutional_login_desc')?></p> \ No newline at end of file diff --git a/themes/bootstrap/templates/Auth/AbstractBase/logindesc.phtml b/themes/bootstrap/templates/Auth/AbstractBase/logindesc.phtml new file mode 100644 index 00000000000..9f4088f8d27 --- /dev/null +++ b/themes/bootstrap/templates/Auth/AbstractBase/logindesc.phtml @@ -0,0 +1 @@ +<h3><?=$this->transEsc('Login')?></h3> \ No newline at end of file diff --git a/themes/bootstrap/templates/Auth/CAS/logindesc.phtml b/themes/bootstrap/templates/Auth/CAS/logindesc.phtml new file mode 100644 index 00000000000..fab51a92a72 --- /dev/null +++ b/themes/bootstrap/templates/Auth/CAS/logindesc.phtml @@ -0,0 +1,2 @@ +<h3><?=$this->transEsc('Institutional Login')?></h3> +<p><?=$this->transEsc('institutional_login_desc')?></p> \ No newline at end of file diff --git a/themes/bootstrap/templates/Auth/ILS/logindesc.phtml b/themes/bootstrap/templates/Auth/ILS/logindesc.phtml new file mode 100644 index 00000000000..73ac1374e78 --- /dev/null +++ b/themes/bootstrap/templates/Auth/ILS/logindesc.phtml @@ -0,0 +1,2 @@ +<h3><?=$this->transEsc('Catalog Login')?></h3> +<p><?=$this->transEsc('catalog_login_desc')?></p> \ No newline at end of file diff --git a/themes/bootstrap/templates/Auth/LDAP/logindesc.phtml b/themes/bootstrap/templates/Auth/LDAP/logindesc.phtml new file mode 100644 index 00000000000..fab51a92a72 --- /dev/null +++ b/themes/bootstrap/templates/Auth/LDAP/logindesc.phtml @@ -0,0 +1,2 @@ +<h3><?=$this->transEsc('Institutional Login')?></h3> +<p><?=$this->transEsc('institutional_login_desc')?></p> \ No newline at end of file -- GitLab