[Mapbender-commits] r4660 - branches/2.6/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 18 07:32:38 EDT 2009


Author: verenadiewald
Date: 2009-09-18 07:32:37 -0400 (Fri, 18 Sep 2009)
New Revision: 4660

Modified:
   branches/2.6/resources/db/pgsql/UTF-8/update/update_2.6rc1_to_2.6_pgsql_UTF-8.sql
Log:
http://trac.osgeo.org/mapbender/ticket/516

Modified: branches/2.6/resources/db/pgsql/UTF-8/update/update_2.6rc1_to_2.6_pgsql_UTF-8.sql
===================================================================
--- branches/2.6/resources/db/pgsql/UTF-8/update/update_2.6rc1_to_2.6_pgsql_UTF-8.sql	2009-09-18 11:03:07 UTC (rev 4659)
+++ branches/2.6/resources/db/pgsql/UTF-8/update/update_2.6rc1_to_2.6_pgsql_UTF-8.sql	2009-09-18 11:32:37 UTC (rev 4660)
@@ -207,3 +207,6 @@
 
 -- 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