[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/menu.pt Put search results below input fields and links.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Feb 26 10:03:58 EST 2005


Log message for revision 29310:
  Put search results below input fields and links.
  
  

Changed:
  U   Zope3/trunk/src/zope/app/apidoc/codemodule/browser/menu.pt

-=-
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/menu.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/browser/menu.pt	2005-02-26 14:16:04 UTC (rev 29309)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/browser/menu.pt	2005-02-26 15:03:58 UTC (rev 29310)
@@ -3,17 +3,6 @@
 
   <div metal:fill-slot="menu" class="small">
 
-    <div tal:define="classes view/findClasses"
-        tal:condition="classes">
-
-        <a href="" target="main"
-           tal:repeat="info classes"
-           tal:attributes="href info/url"
-           tal:content="info/path">
-          /zope/app/Application
-        </a>
-    </div>
-
     <div>
       <span i18n:translate="">Class Finder:</span> <br/>
       <i i18n:translate="">(Enter partial Python path)</i></div>
@@ -28,6 +17,18 @@
       <a href="./index.html" target="main" i18n:translate="">Browse
         Zope Source</a>
     </p>
+
+    <div tal:define="classes view/findClasses"
+        tal:condition="classes">
+
+        <a href="" target="main"
+           tal:repeat="info classes"
+           tal:attributes="href info/url"
+           tal:content="info/path">
+          /zope/app/Application
+        </a>
+    </div>
+
   </div>
 
 </body>



More information about the Zope3-Checkins mailing list