From 646565df4b616cf64a55c5287b657e1ca8feb472 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 8fb7f1da21..015c8e5a48 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -112,7 +112,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