[Mapbender-commits] r3651 - branches/print_dev/resources/db/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 9 07:16:55 EDT 2009


Author: mschulz
Date: 2009-03-09 07:16:55 -0400 (Mon, 09 Mar 2009)
New Revision: 3651

Modified:
   branches/print_dev/resources/db/update/update_gui2_print.sql
Log:
updated printPDF gui sql

Modified: branches/print_dev/resources/db/update/update_gui2_print.sql
===================================================================
--- branches/print_dev/resources/db/update/update_gui2_print.sql	2009-03-09 11:16:06 UTC (rev 3650)
+++ branches/print_dev/resources/db/update/update_gui2_print.sql	2009-03-09 11:16:55 UTC (rev 3651)
@@ -23,4 +23,6 @@
 </div>
 </div>','div','../print/mod_printPDF_div.php','','mapframe1','','http://www.mapbender.org/index.php/Print');
 DELETE FROM gui_element_vars WHERE fkey_gui_id = 'gui2' AND fkey_e_id = 'printPDF';
-INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'printPDF', 'css_file', '../css/print.css', '' ,'file/css');
\ No newline at end of file
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'printPDF', 'css_file', '../css/print.css', '' ,'file/css');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'printPDF', 'mbPrintConfigFilenames[0]', 'testConfigTemplate.json', '' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'printPDF', 'mbPrintConfigTitles[0]', 'Standard', '' ,'var');
\ No newline at end of file



More information about the Mapbender_commits mailing list