From 703aa090502ef9c77f78dba931c976eb585716eb Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 5 Mar 2013 18:38:57 +0200 Subject: [PATCH] LP1147286 - Allow translating more of the staff client portal page. Add translatable strings for image alt-tags and the Search button on the staff client portal page. Signed-off-by: Pasi Kallinen Signed-off-by: Ben Shum --- Open-ILS/web/opac/locale/en-US/lang.dtd | 16 ++++++ Open-ILS/xul/staff_client/server/index.xhtml | 58 ++++++++++---------- 2 files changed, 45 insertions(+), 29 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 877c926c90..f327a52edd 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3609,27 +3609,43 @@ + + + + + + + + + + + + + + + + diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 1b36f3a698..03bc29cf36 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -365,9 +365,9 @@ - + "&staff.client.portal.checkout.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description;&staff.client.portal.checkout;
@@ -379,9 +379,9 @@ - + "&staff.client.portal.checkin.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.checkin;
@@ -390,9 +390,9 @@ - + "&staff.client.portal.patronreg.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.patronreg; @@ -401,9 +401,9 @@ - + "&staff.client.portal.patronsearch.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.patronsearch; @@ -412,9 +412,9 @@ Pull List for Hold Requests + alt="&staff.client.portal.holdlist.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.holdlist; @@ -424,7 +424,7 @@ Locate Address In Map - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.addrmap; @@ -444,7 +444,7 @@
+ "SearchOnBlur();" onkeydown="SearchOnFocus();" />
@@ -452,9 +452,9 @@ - + "&staff.client.portal.advsearch.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.advsearch; @@ -463,9 +463,9 @@ - + "&staff.client.portal.itemstatus.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.itemstatus; @@ -474,9 +474,9 @@ - + "&staff.client.portal.marcutil.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.marcutil; @@ -484,9 +484,9 @@ Z39.50 Import + "try { z39_50(false); } catch(E) { alert(E); }" alt="&staff.client.portal.z3950.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.z3950; @@ -495,9 +495,9 @@ - + "&staff.client.portal.copybuckets.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.copybuckets; @@ -506,9 +506,9 @@ - + "&staff.client.portal.recordbuckets.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.recordbuckets; @@ -526,7 +526,7 @@ - + "&staff.client.portal.helpdesk.description;" /> &staff.client.portal.helpdesk; @@ -535,9 +535,9 @@ - + "&staff.client.portal.reports.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; @@ -547,9 +547,9 @@ - + "&staff.client.portal.receipts.description;" /> - Open in a new tab&staff.client.portal.open_new_tab.description; &staff.client.portal.receipts; -- 2.43.2