From c5420e66f46eec9e5fc1cb36b120f71ac56aa0bd Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 6 Mar 2013 19:23:33 -0500 Subject: [PATCH] Adding GPLS Helpdesk link to Staff Client portal page and correcting a small typo --- Open-ILS/web/opac/locale/en-US/lang.dtd | 4 ++-- Open-ILS/xul/staff_client/server/index.xhtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 055f2e3028..b4fa6f46ee 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3610,10 +3610,10 @@ - + - + diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index b0ddccd4b6..8af45db9c6 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -110,7 +110,7 @@ //Place your helpdesk link here function helpdesk(newtab) { - xulG.open_external("http://evergreen-ils.org/communicate.php"); + xulG.open_external("http://help.georgialibraries.org"); } //A good place for a Google map. Evergreen Indiana uses GIS data to create a Google map to verify if a library is within district boundaries -- 2.11.0