[Zope-CVS] CVS: Products/CompositePage/common - header.pt:1.2

Shane Hathaway shane at zope.com
Thu Oct 9 17:29:46 EDT 2003


Update of /cvs-repository/Products/CompositePage/common
In directory cvs.zope.org:/tmp/cvs-serv9150/common

Modified Files:
	header.pt 
Log Message:
Added a basic CMF UI to composites.

Refactored the ZMI interface somewhat, moving common elements down.


=== Products/CompositePage/common/header.pt 1.1 => 1.2 ===
--- Products/CompositePage/common/header.pt:1.1	Fri Sep 26 17:21:05 2003
+++ Products/CompositePage/common/header.pt	Thu Oct  9 17:29:16 2003
@@ -8,4 +8,7 @@
   tal:attributes="src string:${url}/pdlib_js"></script>
 <script type="text/javascript" 
   tal:attributes="src string:${url}/edit_js"></script>
+<script type="text/javascript" tal:content="structure string:
+var transformer_url = '${url}';
+"></script>
 </tal:block>




More information about the Zope-CVS mailing list