[Zope-CVS] CVS: Products/CompositePage/manual - body.pt:1.11

Gary Poster gary at zope.com
Wed Mar 31 21:51:10 EST 2004


Update of /cvs-repository/Products/CompositePage/manual
In directory cvs.zope.org:/tmp/cvs-serv10726/manual

Modified Files:
	body.pt 
Log Message:
Make manual page explicitly display broken view settings, cueing the user to choose a view.



=== Products/CompositePage/manual/body.pt 1.10 => 1.11 ===
--- Products/CompositePage/manual/body.pt:1.10	Tue Mar 16 10:33:07 2004
+++ Products/CompositePage/manual/body.pt	Wed Mar 31 21:51:08 2004
@@ -84,6 +84,9 @@
 View:
 <select tal:attributes="source_path element_info/source_path"
    name="template" onchange="manual_changeTemplate(this);">
+<option value="" selected="selected" 
+        tal:condition="not: element_info/template"
+        disabled="disabled">Select a view...</option>
 <option tal:repeat="template_info element_info/available_templates"
   tal:content="template_info/title" tal:attributes="value template_info/id;
   selected python: template_info['id'] == element_info['template']"




More information about the Zope-CVS mailing list