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=875f0253f261b5e751a7a7c8818c0b2bd288a072;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 Conflicts: Open-ILS/web/opac/locale/en-US/lang.dtd Open-ILS/xul/staff_client/server/index.xhtml --- diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 98de138b63..1b0e443106 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -65,6 +65,9 @@ alt="[% l('Evergreen') %]" /> +

This Web site and other Georgia Public Library Service programs are partially assisted with + funds from the Library Services and Technology Act through the + Institute of Museum and Library Services.

diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 931710a947..e605969dc6 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3820,7 +3820,7 @@ - + @@ -3852,13 +3852,15 @@ + + - + diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 467fdb85b5..18fa859999 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -126,6 +126,11 @@ 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 @@ -353,9 +358,9 @@ -
- Evergreen logo
- &staff.client.portal.welcome;
+
+ Evergreen logo
+ &staff.client.portal.welcome;!

@@ -512,6 +517,15 @@ &staff.client.portal.helpdesk; + + + &staff.client.portal.pinesdocs.description; + &staff.client.portal.pinesdocs;
+ &staff.client.portal.pinesdocs.description; + + + -
&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