[Zope-CVS] CVS: Packages/JobBoardEx/Views/Browser - EndUserJobDisplay.pt:1.2
Barry Warsaw
barry@wooz.org
Wed, 20 Mar 2002 17:26:31 -0500
Update of /cvs-repository/Packages/JobBoardEx/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv1844/Views/Browser
Modified Files:
EndUserJobDisplay.pt
Log Message:
Change the form action to point to the summary page and don't use a
view method in the back button name.
=== Packages/JobBoardEx/Views/Browser/EndUserJobDisplay.pt 1.1 => 1.2 ===
+<head></head>
<body>
- <form action="." method="post">
- <div tal:replace="structure container/getJobView" />
+ <form action="../../" method="post">
+ <div metal:use-macro="container/shared_display" />
<table border=0>
<tr><td>
- <input name="back:method" type="submit" value="Back to summary">
+ <input name="back" type="submit" value="Back to summary">
</td></tr>
</table>
</form>