[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - template.pt:1.29
Roger Ineichen
roger@projekt01.ch
Mon, 23 Jun 2003 12:56:22 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv11033
Modified Files:
template.pt
Log Message:
Moved help topic box on the left side under the navigation box.
=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.28 => 1.29 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.28 Mon Jun 23 07:07:47 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt Mon Jun 23 12:56:21 2003
@@ -77,6 +77,18 @@
</div>
</div>
+ <!-- Tree of the help topics that appears on the help namespace -->
+ <div class="box" id="help"
+ tal:condition="not:python:request.getURL().find('++help++')==-1">
+ <h4>Online Help</h4>
+ <div class="body">
+ <div tal:content="structure view/getTopicTree|nothing"
+ tal:omit-tag="">content of topicTree</div>
+ <br>
+ </div>
+
+ </div>
+
</div>
@@ -164,17 +176,6 @@
A short tip goes here
</metal:block>
</div>
- </div>
- </div>
-
- <!-- Tree of the help topics that appears on the help namespace -->
- <div class="box" id="help"
- tal:define="tree view/getTopicTree|nothing"
- tal:condition="tree">
- <h4>Online Help</h4>
- <div class="body">
- <div tal:content="structure tree"
- tal:omit-tag="">content of topicTree</div>
</div>
</div>