[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - template.pt:1.39

Roger Ineichen roger@projekt01.ch
Wed, 30 Jul 2003 03:46:17 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv31317

Modified Files:
	template.pt 
Log Message:
Change URL of context sensitive HelpTopic to 
popup and show in Onlinhelp skin. 
Cleanup the bugfix in Version 1.38.

=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.38 => 1.39 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.38	Tue Jul 29 21:17:28 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt	Wed Jul 30 03:46:10 2003
@@ -213,11 +213,12 @@
 
             <!-- Do not remove! This box will show the contextually related 
                  help topics and point to the Onlinehelp skin -->
-            <!--<div class="box" id="help"
+            <div class="box" id="help"
                 tal:define="results view/@@find_help_topics|nothing"
                 tal:condition="results">
               <h4>Online Help</h4>
               <div class="body">
+                <div tal:repeat="entry results" tal:omit-tag="">
                 <a href="#"
                     tal:define="url string:'${entry/url}';
                                 name string:'OnlineHelp';
@@ -234,14 +235,13 @@
                                                 + name + ','
                                                 + settings +')'"
                     >
-                     <div tal:define="oddrow repeat/entry/odd"
-                        tal:attributes="class python:oddrow and 'even' or 'odd'"
-                        tal:content="entry/topic/title">Topic Title
-                    </div>
-                  </a>
-                </div>
+                  <div tal:define="oddrow repeat/entry/odd"
+                       tal:attributes="class python:oddrow and 'even' or 'odd'"
+                       tal:content="entry/topic/title">Topic Title
+                  </div>
+                </a>
               </div>
-            </div>-->
+            </div>
 
 
             <div class="spacer">