[Mapbender-commits] r4663 - in branches/2.6/resources/db/mysql:
ISO-8859-1/update UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Sep 18 14:51:26 EDT 2009
Author: tbaschetti
Date: 2009-09-18 14:51:26 -0400 (Fri, 18 Sep 2009)
New Revision: 4663
Modified:
branches/2.6/resources/db/mysql/ISO-8859-1/update/update_2.6rc1_to_2.6_mysql_ISO-8859-1.sql
branches/2.6/resources/db/mysql/UTF-8/update/update_2.6rc1_to_2.6_mysql_UTF-8.sql
Log:
corrected sql-comment
Modified: branches/2.6/resources/db/mysql/ISO-8859-1/update/update_2.6rc1_to_2.6_mysql_ISO-8859-1.sql
===================================================================
--- branches/2.6/resources/db/mysql/ISO-8859-1/update/update_2.6rc1_to_2.6_mysql_ISO-8859-1.sql 2009-09-18 11:40:51 UTC (rev 4662)
+++ branches/2.6/resources/db/mysql/ISO-8859-1/update/update_2.6rc1_to_2.6_mysql_ISO-8859-1.sql 2009-09-18 18:51:26 UTC (rev 4663)
@@ -210,5 +210,5 @@
-- 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
+-- 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';
Modified: branches/2.6/resources/db/mysql/UTF-8/update/update_2.6rc1_to_2.6_mysql_UTF-8.sql
===================================================================
--- branches/2.6/resources/db/mysql/UTF-8/update/update_2.6rc1_to_2.6_mysql_UTF-8.sql 2009-09-18 11:40:51 UTC (rev 4662)
+++ branches/2.6/resources/db/mysql/UTF-8/update/update_2.6rc1_to_2.6_mysql_UTF-8.sql 2009-09-18 18:51:26 UTC (rev 4663)
@@ -209,6 +209,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
+-- 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