Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-googlemap/src/webapp/WEB-INF/templates/view/googlemap
In directory 
james.mmbase.org:/tmp/cvs-serv25090/portlets-googlemap/src/webapp/WEB-INF/templates/view/googlemap

Modified Files:
        googlemap.jsp 
Log Message:
CMSC-871 - Updated GoogleMap code: added height & width portlet parameters; 
refactored edit screen.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-googlemap/src/webapp/WEB-INF/templates/view/googlemap
See also: http://www.mmbase.org/jira/browse/CMSC-871


Index: googlemap.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-googlemap/src/webapp/WEB-INF/templates/view/googlemap/googlemap.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- googlemap.jsp       11 Oct 2007 09:07:48 -0000      1.1
+++ googlemap.jsp       25 Apr 2008 11:56:11 -0000      1.2
@@ -1,4 +1,4 @@
-<div id="map" style="width: 370px; height: 260px;"></div>
+<div id="map" style="width: ${width}; height: ${height};"></div>
 
 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=${key}";
         type="text/javascript"></script>
@@ -33,4 +33,3 @@
     //]]>
 
 </script>
-
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to