From 597d48d9d2c69721e6a098f16889f1cc1d9b90cb Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 29 Oct 2014 17:08:53 -0400 Subject: [PATCH] added changes made by bradley for BC Cross-port: 675309f --- KCLS/openils/var/templates_kcls/opac/parts/homesearch.tt2 | 3 ++- Open-ILS/web/opac/locale/en-US/lang.dtd | 1 + Open-ILS/xul/staff_client/server/patron/summary.js | 8 ++++++++ Open-ILS/xul/staff_client/server/patron/summary_overlay.xul | 4 ++++ Open-ILS/xul/staff_client/server/skin/global_custom.css | 6 ++++++ 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/KCLS/openils/var/templates_kcls/opac/parts/homesearch.tt2 b/KCLS/openils/var/templates_kcls/opac/parts/homesearch.tt2 index 238eb0a259..a3032f6fbc 100644 --- a/KCLS/openils/var/templates_kcls/opac/parts/homesearch.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/parts/homesearch.tt2 @@ -10,7 +10,8 @@
-

A new catalog launches this month!

+

A new catalog launches on
December 17th!

+
Featuring improved searching, ebook
integration, and a design for mobile phones.

diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index c4e58f906d..0f9f4bd73a 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1552,6 +1552,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/patron/summary.js b/Open-ILS/xul/staff_client/server/patron/summary.js index cb23327287..64b9008ec9 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary.js +++ b/Open-ILS/xul/staff_client/server/patron/summary.js @@ -621,6 +621,14 @@ patron.summary.prototype = { }; } ], + 'patron_parent_guardian' : [ + ['render'], + function(e) { + return function() { + util.widgets.set_text(e, obj.patron.ident_value2() ); + } + } + ], 'patron_hold_alias' : [ ['render'], function(e) { diff --git a/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul b/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul index 4496594cd9..e3845c8c04 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul +++ b/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul @@ -147,6 +147,10 @@ value="&staff.patron_display.library_card.label;"/> + +