portal tweaks; don't link to launchpad
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Feb 2011 23:50:16 +0000 (23:50 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Feb 2011 23:50:16 +0000 (23:50 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19378 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/index.xhtml

index 06b59a8..f68ed14 100644 (file)
 <!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">
index a13158e..6f8a748 100644 (file)
@@ -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");
 
                 
                 //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, {});