Added PINES Quick Reports icon and link to Evergreen Staff Client
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 10 Sep 2015 21:58:15 +0000 (17:58 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Thu, 10 Sep 2015 21:58:15 +0000 (17:58 -0400)
main page. The link will open in a browser window.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/index.xhtml

index 43c9122..c6156f6 100644 (file)
 <!ENTITY staff.client.portal.recordbuckets.description "Record Buckets">
 <!ENTITY staff.client.portal.recordbuckets.tab_name "Record Buckets">
 <!ENTITY staff.client.portal.admin "Administration">
-<!ENTITY staff.client.portal.helpdesk "GPLS Helpdesk">
+<!ENTITY staff.client.portal.helpdesk "GPLS Help Desk">
 <!ENTITY staff.client.portal.reports "Reports">
+<!ENTITY staff.client.portal.quickreports "PINES Quick Reports">
 <!ENTITY staff.client.portal.reports.description "Reports">
 <!ENTITY staff.client.portal.reports.tab_name "Reports">
 <!ENTITY staff.client.portal.receipts "Edit Receipt Templates">
index 62a4e9a..467fdb8 100644 (file)
@@ -64,6 +64,8 @@
 </script>
   <script type="text/javascript" src="/opac/common/js/CGI.js">
 </script>
+  <script type="text/javascript" src="/opac/common/js/JSON_v1.js">
+</script>
   <script type="text/javascript" src="/opac/common/js/md5.js">
 </script>
   <script type="text/javascript" src="/opac/common/js/fmall.js">
                 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
               title="&staff.client.portal.open_new_tab.description;"
               onclick="try { local_admin_reports(true); } catch(E) { alert(E); }" /> &staff.client.portal.reports;</td>
             </tr>
+                       
+            <tr class="clickable" onclick="try { quickreports(false); } catch(E) { alert(E); }">
+              <td height="50"><img src="skin/media/images/portal/reports.png" height="48" width="48"
+              alt="&staff.client.portal.quickreports.description;" /></td>
 
+              <td>&staff.client.portal.quickreports;</td>
+            </tr>
+                       
             <tr class="clickable" onclick="try { receipt_editor(false); } catch(E) { alert(E); }">
               <td height="50"><img src="skin/media/images/portal/receipt_editor.png" height="48" width="48"
              alt="&staff.client.portal.receipts.description;" /></td>