From: Terran McCanna Date: Thu, 10 Sep 2015 21:58:15 +0000 (-0400) Subject: Added PINES Quick Reports icon and link to Evergreen Staff Client X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b3ffb3f15a2e1baca611901ba51652e6fd6b248c;p=evergreen%2Fpines.git 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 --- 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;