From: Terran McCanna Date: Wed, 16 Dec 2015 22:19:37 +0000 (-0500) Subject: Staff Client tweaks to splash page: X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=57752bb70ef0a8665259629cf0c42ef8e25d801a;p=evergreen%2Fpines.git Staff Client tweaks to splash page: - Added link to PINES Documentation - Changed logo at top to PINES logo - Adjusted spacing - Updated copyright date Also, hid footer on OPAC pages while viewing from within the staff client because it clutters the page without adding any value. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 4e62f85b52..fbe5e2bfed 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -1,15 +1,51 @@ +[%- IF !ctx.is_staff %] +[% END %] diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index a820074568..9c7aa6b7a6 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3818,7 +3818,7 @@ - + @@ -3849,14 +3849,16 @@ - - + + + + - + diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 9356d48b3a..18fa859999 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -119,8 +119,18 @@ //Place your helpdesk link here function helpdesk(newtab) { - xulG.open_external("http://evergreen-ils.org/communicate/"); + xulG.open_external("http://help.georgialibraries.org"); } + + //PINES Quick Reports Link + function quickreports(newtab) { + xulG.open_external("http://gapines.org/report-creator/"); + } + + //PINES Documentation Link + function pinesdocs(newtab) { + xulG.open_external("http://pines.georgialibraries.org/documentation"); + } //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 @@ -348,9 +358,9 @@ -
- Evergreen logo
- &staff.client.portal.welcome;
+
+ Evergreen logo
+ &staff.client.portal.welcome;!

@@ -507,6 +517,15 @@ &staff.client.portal.helpdesk; + + + &staff.client.portal.pinesdocs.description; + &staff.client.portal.pinesdocs;
+ &staff.client.portal.pinesdocs.description; + + + &staff.client.portal.reports; + + + &staff.client.portal.quickreports.description; + &staff.client.portal.quickreports; + + &staff.client.portal.receipts.description; @@ -531,7 +557,7 @@ -
&staff.client.portal.copyright;
+
&staff.client.portal.copyright;
&staff.client.portal.poweredby; Evergreen logo
diff --git a/Open-ILS/xul/staff_client/server/skin/media/images/portal/logo.png b/Open-ILS/xul/staff_client/server/skin/media/images/portal/logo.png index 1526f16cbb..d76f43c0c8 100644 Binary files a/Open-ILS/xul/staff_client/server/skin/media/images/portal/logo.png and b/Open-ILS/xul/staff_client/server/skin/media/images/portal/logo.png differ