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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Sep 21 05:40:49 EDT 2009


Author: mschulz
Date: 2009-09-21 05:40:47 -0400 (Mon, 21 Sep 2009)
New Revision: 4667

Modified:
   branches/print_dev/resources/db/update/update_gui2_print.sql
Log:
added printbox.js module entry

Modified: branches/print_dev/resources/db/update/update_gui2_print.sql
===================================================================
--- branches/print_dev/resources/db/update/update_gui2_print.sql	2009-09-20 19:13:39 UTC (rev 4666)
+++ branches/print_dev/resources/db/update/update_gui2_print.sql	2009-09-21 09:40:47 UTC (rev 4667)
@@ -21,6 +21,6 @@
 </form>
 <div id="printPDF_result">
 </div>
-</div>','div','../print/mod_printPDF_div.js','','mapframe1','','http://www.mapbender.org/index.php/Print');
+</div>','div','../print/mod_printPDF_div.js','../print/printbox.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