[Mapbender-commits] r3453 - branches/print_dev/http/print
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Wed Jan 14 12:17:43 EST 2009
    
    
  
Author: mschulz
Date: 2009-01-14 12:17:43 -0500 (Wed, 14 Jan 2009)
New Revision: 3453
Modified:
   branches/print_dev/http/print/testConfigTemplate.json
Log:
added controls for gui module
Modified: branches/print_dev/http/print/testConfigTemplate.json
===================================================================
--- branches/print_dev/http/print/testConfigTemplate.json	2009-01-14 17:17:24 UTC (rev 3452)
+++ branches/print_dev/http/print/testConfigTemplate.json	2009-01-14 17:17:43 UTC (rev 3453)
@@ -3,6 +3,14 @@
     "orientation" : "L",
     "units" : "mm",
     "format" : "a4",
+    "controls" : [
+    	{
+    		"id" : "title",
+    		"label" : "Titel",
+    		"type" : "text",
+    		"size" : 20
+    	}	
+    ],
     "pages" : [
     	{
     	 "tpl" : "mbtemplate1.pdf",
    
    
More information about the Mapbender_commits
mailing list