comparison templates/classic/html/issue.item.html @ 3511:8fc73650925f

add "Make a copy" link
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Thu, 26 Jan 2006 10:00:38 +0000
parents 460eb0209a9e
children b2cff3b9e582
comparison
equal deleted inserted replaced
3510:ef80a6c02e09 3511:8fc73650925f
92 <td> 92 <td>
93 &nbsp; 93 &nbsp;
94 <input type="hidden" name="@template" value="item"> 94 <input type="hidden" name="@template" value="item">
95 <input type="hidden" name="@required" value="title,priority"> 95 <input type="hidden" name="@required" value="title,priority">
96 </td> 96 </td>
97 <td colspan=3 tal:content="structure context/submit"> 97 <td colspan=3>
98 submit button will go here 98 <span tal:replace="structure context/submit">submit button</span>
99 <a tal:condition="context/id" tal:attributes="href context/copy_url"
100 i18n:translate="">Make a copy</a>
99 </td> 101 </td>
100 </tr> 102 </tr>
101 103
102 </table> 104 </table>
103
104 </form> 105 </form>
105 106
106 <tal:block tal:condition="not:context/id" i18n:translate=""> 107 <tal:block tal:condition="not:context/id" i18n:translate="">
107 <table class="form"> 108 <table class="form">
108 <tr> 109 <tr>

Roundup Issue Tracker: http://roundup-tracker.org/