[Mapbender-commits] r3672 - branches/print_dev/resources/db/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 12 06:58:07 EDT 2009
Author: mschulz
Date: 2009-03-12 06:58:07 -0400 (Thu, 12 Mar 2009)
New Revision: 3672
Modified:
branches/print_dev/resources/db/update/update_gui2_print.sql
Log:
print css file moved to body element vars
Modified: branches/print_dev/resources/db/update/update_gui2_print.sql
===================================================================
--- branches/print_dev/resources/db/update/update_gui2_print.sql 2009-03-12 08:03:35 UTC (rev 3671)
+++ branches/print_dev/resources/db/update/update_gui2_print.sql 2009-03-12 10:58:07 UTC (rev 3672)
@@ -23,6 +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');
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
+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
More information about the Mapbender_commits
mailing list