<!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">
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>