[open-ils-commits] r19378 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 3 18:50:16 EST 2011


Author: phasefx
Date: 2011-02-03 18:50:16 -0500 (Thu, 03 Feb 2011)
New Revision: 19378

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/index.xhtml
Log:
portal tweaks; don't link to launchpad


Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2011-02-03 23:40:50 UTC (rev 19377)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2011-02-03 23:50:16 UTC (rev 19378)
@@ -3468,7 +3468,7 @@
 <!ENTITY staff.client.portal.copybuckets "Copy Buckets">
 <!ENTITY staff.client.portal.recordbuckets "Record Buckets">
 <!ENTITY staff.client.portal.admin "Administration">
-<!ENTITY staff.client.portal.helpdesk "Submit A Public Bug Report">
+<!ENTITY staff.client.portal.helpdesk "Get Help with Evergreen">
 <!ENTITY staff.client.portal.reports "Reports">
 <!ENTITY staff.client.portal.receipts "Edit Receipt Templates">
 <!ENTITY staff.client.portal.copyright "Copyright &copy; 2006-2011 Georgia Public Library Service, and others">

Modified: trunk/Open-ILS/xul/staff_client/server/index.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/index.xhtml	2011-02-03 23:40:50 UTC (rev 19377)
+++ trunk/Open-ILS/xul/staff_client/server/index.xhtml	2011-02-03 23:50:16 UTC (rev 19378)
@@ -14,6 +14,9 @@
   <title>&staff.client.portal.title;</title>
   <script type="text/javascript">
 // <![CDATA[
+
+  // FIXME - some I18N love still needed in this file.  See @alt on img tags, and javascript for tab names
+
   function SearchOnBlur() {
         var textbox = document.getElementById("quicksearch");
 
@@ -107,8 +110,8 @@
                 
                 //Place your helpdesk link here
                 function helpdesk(newtab) {
-                        loc = "https://bugs.launchpad.net/evergreen";
-                        var params = {'tab_name':'Public Bug Report'};
+                        loc = "http://evergreen-ils.org/communicate.php";
+                        var params = {'tab_name':'Evergreen Project Website'};
                         
                         if(newtab)
                                 xulG.new_tab(loc, params, {}); 



More information about the open-ils-commits mailing list