[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/src/zope/app/apidoc/
This hard-linked action really hindered the reusability of
the code, which
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Aug 4 11:33:34 EDT 2005
Log message for revision 37699:
This hard-linked action really hindered the reusability of the code, which
is a major goal for apidoc in 3.1.
Changed:
U Zope3/branches/Zope-3.1/src/zope/app/apidoc/codemodule/browser/menu.pt
U Zope3/branches/Zope-3.1/src/zope/app/apidoc/ifacemodule/menu.pt
-=-
Modified: Zope3/branches/Zope-3.1/src/zope/app/apidoc/codemodule/browser/menu.pt
===================================================================
--- Zope3/branches/Zope-3.1/src/zope/app/apidoc/codemodule/browser/menu.pt 2005-08-04 15:10:50 UTC (rev 37698)
+++ Zope3/branches/Zope-3.1/src/zope/app/apidoc/codemodule/browser/menu.pt 2005-08-04 15:33:33 UTC (rev 37699)
@@ -7,7 +7,7 @@
<div>
<span i18n:translate="">Class Finder:</span> <br/>
<i i18n:translate="">(Enter partial Python path)</i></div>
- <form action="menu.html" method="post">
+ <form action="" method="post">
<input type="text" name="path"
style="font-size: 80%; width=95%" />
<input type="submit" name="SUBMIT" value="Find"
Modified: Zope3/branches/Zope-3.1/src/zope/app/apidoc/ifacemodule/menu.pt
===================================================================
--- Zope3/branches/Zope-3.1/src/zope/app/apidoc/ifacemodule/menu.pt 2005-08-04 15:10:50 UTC (rev 37698)
+++ Zope3/branches/Zope-3.1/src/zope/app/apidoc/ifacemodule/menu.pt 2005-08-04 15:33:33 UTC (rev 37699)
@@ -7,7 +7,7 @@
<div>
<span i18n:translate="">Interface Finder:</span>
</div>
- <form action="menu.html" method="post">
+ <form action="" method="post">
<input type="checkbox" name="name_only" value="on" checked="checked" />
<tal:block i18n:translate="">name only search</tal:block>
<br />
More information about the Zope3-Checkins
mailing list