From f88f592a4f6ea378475d29f7ccc390f68c28859d 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 Conflicts: Open-ILS/xul/staff_client/server/index.xhtml --- 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 ef72fec206..e2f1ed37c2 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3851,14 +3851,13 @@ - - + - + diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 9356d48b3a..32266f2814 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -119,7 +119,7 @@ //Place your helpdesk link here function helpdesk(newtab) { - xulG.open_external("http://evergreen-ils.org/communicate/"); + 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