[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/zopeorg_types - zsp_edit_form.pt:1.2

Sidnei da Silva sidnei at x3ng.com.br
Mon Jun 16 17:10:15 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/zopeorg_types
In directory cvs.zope.org:/tmp/cvs-serv22483/skins/zopeorg_types

Modified Files:
	zsp_edit_form.pt 
Log Message:
One error in form action

=== Products/ZopeOrg-NV/skins/zopeorg_types/zsp_edit_form.pt 1.1 => 1.2 ===
 <div metal:fill-slot="main">
 
    <h2>Edit <span tal:replace="here/id">This</span></h2>
-   
-   <form action="zsp_edit" method="post" enctype="multipart/form-data">
+
+   <form action="zsp_edit" method="post" enctype="multipart/form-data"
+         tal:attributes="action string:${here/absolute_url}/zsp_edit">
     <input type="hidden" name="SafetyBelt"
            tal:attributes="value here/SafetyBelt">
     <table>





More information about the zopeorg-checkins mailing list