Mercurial > p > roundup > code
comparison templates/classic/html/issue.item.html @ 1743:f166cd4fd392
add action attribute to issue.item form action tag
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 17 Aug 2003 23:54:42 +0000 |
| parents | 21312a7564fd |
| children | 4f945b328b59 |
comparison
equal
deleted
inserted
replaced
| 1742:2223e184f9d2 | 1743:f166cd4fd392 |
|---|---|
| 18 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())"> | 18 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())"> |
| 19 You are not allowed to view this page. | 19 You are not allowed to view this page. |
| 20 </span> | 20 </span> |
| 21 | 21 |
| 22 <form method="POST" name="itemSynopsis" onSubmit="return submit_once()" | 22 <form method="POST" name="itemSynopsis" onSubmit="return submit_once()" |
| 23 enctype="multipart/form-data" tal:condition="context/is_edit_ok"> | 23 enctype="multipart/form-data" tal:condition="context/is_edit_ok" |
| 24 tal:attributes="action string:%{context/_classname}${context/id}"> | |
| 24 | 25 |
| 25 <input type="hidden" name=":template" value="item"> | 26 <input type="hidden" name=":template" value="item"> |
| 26 <input type="hidden" name=":required" value="title,priority"> | 27 <input type="hidden" name=":required" value="title,priority"> |
| 27 | 28 |
| 28 <table class="form"> | 29 <table class="form"> |
