[Mapbender-commits] r4661 - branches/2.6/resources/db/pgsql/ISO-8859-1/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 18 07:39:08 EDT 2009


Author: verenadiewald
Date: 2009-09-18 07:39:08 -0400 (Fri, 18 Sep 2009)
New Revision: 4661

Modified:
   branches/2.6/resources/db/pgsql/ISO-8859-1/update/update_2.6rc1_to_2.6_pgsql_ISO-8859-1.sql
Log:
http://trac.osgeo.org/mapbender/ticket/516

Modified: branches/2.6/resources/db/pgsql/ISO-8859-1/update/update_2.6rc1_to_2.6_pgsql_ISO-8859-1.sql
===================================================================
--- branches/2.6/resources/db/pgsql/ISO-8859-1/update/update_2.6rc1_to_2.6_pgsql_ISO-8859-1.sql	2009-09-18 11:32:37 UTC (rev 4660)
+++ branches/2.6/resources/db/pgsql/ISO-8859-1/update/update_2.6rc1_to_2.6_pgsql_ISO-8859-1.sql	2009-09-18 11:39:08 UTC (rev 4661)
@@ -207,3 +207,7 @@
 
 -- dutch entry for translations table
 INSERT INTO translations (locale, msgid, msgstr) VALUES ('nl', 'Set language', 'Taal instellen');
+
+--set window.focus() function for print button in gui1
+UPDATE gui_element set e_attributes = 'onclick=''printWindow = window.open("../print/mod_printPDF.php?target=mapframe1&sessionID&conf=printPDF_b.conf","printWin","width=260, height=380, resizable=yes ");printWindow.focus();''  onmouseover=''this.src = this.src.replace(/_off/,"_over");''  onmouseout=''this.src = this.src.replace(/_over/, "_off");''' where fkey_gui_id = 'gui1' and e_id = 'printPDF';
+



More information about the Mapbender_commits mailing list