From a67306afb54a92305031aa09d9df6b42147d208f 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 Conflicts: Open-ILS/web/opac/locale/en-US/lang.dtd --- Open-ILS/web/opac/locale/en-US/lang.dtd | 5 ++--- Open-ILS/xul/staff_client/server/index.xhtml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 2da48ef065..43c9122e37 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3845,14 +3845,13 @@ - - + - + diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 6421e392bb..62a4e9acb2 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -117,7 +117,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