From 2cd50138402f6b8c2adba4089e3b2d0cacd7be17 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 10 Sep 2015 17:58:15 -0400 Subject: [PATCH] Added PINES Quick Reports icon and link to Evergreen Staff Client main page. The link will open in a browser window. Signed-off-by: Terran McCanna --- Open-ILS/web/opac/locale/en-US/lang.dtd | 3 ++- Open-ILS/xul/staff_client/server/index.xhtml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index c46fe3acc8..7e9c9e696f 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3851,8 +3851,9 @@ - + + diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 32266f2814..467fdb85b5 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -121,6 +121,11 @@ function helpdesk(newtab) { xulG.open_external("http://help.georgialibraries.org"); } + + //PINES Quick Reports Link + function quickreports(newtab) { + xulG.open_external("http://gapines.org/report-creator/"); + } //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 //http://208.119.72.68/evergreen/evergreenmap.html @@ -516,7 +521,14 @@ title="&staff.client.portal.open_new_tab.description;" onclick="try { local_admin_reports(true); } catch(E) { alert(E); }" /> &staff.client.portal.reports; + + + &staff.client.portal.quickreports.description; + &staff.client.portal.quickreports; + + &staff.client.portal.receipts.description; -- 2.11.0