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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Aug 4 07:52:51 EDT 2009


Author: mschulz
Date: 2009-08-04 07:52:51 -0400 (Tue, 04 Aug 2009)
New Revision: 4473

Modified:
   branches/print_dev/resources/db/update/update_gui2_print.sql
Log:
printPDF as MB module and printbox first integration (no rotation yet ...)

Modified: branches/print_dev/resources/db/update/update_gui2_print.sql
===================================================================
--- branches/print_dev/resources/db/update/update_gui2_print.sql	2009-08-04 11:52:00 UTC (rev 4472)
+++ branches/print_dev/resources/db/update/update_gui2_print.sql	2009-08-04 11:52:51 UTC (rev 4473)
@@ -21,8 +21,6 @@
 </form>
 <div id="printPDF_result">
 </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', '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');
-INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'body', 'print_css', '../css/print_div.css', 'cssfile for Print DIV' ,'file/css');
\ No newline at end of file
+</div>','div','../print/mod_printPDF_div.js','','mapframe1','','http://www.mapbender.org/index.php/Print');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'printPDF', 'mbPrintConfigFilenames', '["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', '["Standard"]', '' ,'var');



More information about the Mapbender_commits mailing list