[Mapbender-commits] r4855 - branches/print_dev/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 23 05:04:49 EDT 2009


Author: astrid_emde
Date: 2009-10-23 05:04:49 -0400 (Fri, 23 Oct 2009)
New Revision: 4855

Modified:
   branches/print_dev/http/print/mod_printPDF_div.js
Log:
added INSERT for ../css/print_div.css

Modified: branches/print_dev/http/print/mod_printPDF_div.js
===================================================================
--- branches/print_dev/http/print/mod_printPDF_div.js	2009-10-23 09:04:23 UTC (rev 4854)
+++ branches/print_dev/http/print/mod_printPDF_div.js	2009-10-23 09:04:49 UTC (rev 4855)
@@ -36,6 +36,7 @@
  * >  
  * > 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');
+ * > INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'body', 'printDivCss', '../css/print_div.css', 'for template printing' ,'file/css');
  *
  * Help:
  * http://www.mapbender.org/PrintPDF_with_template



More information about the Mapbender_commits mailing list