File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
share/roundup/templates/devel Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 176176<tr tal:condition="context/is_edit_ok">
177177 <th><tal:block i18n:translate="">Patch</tal:block>:</th>
178178 <td colspan="3">
179- <input type="hidden" name="@link@patches" value="patch -1"/>
180- <input type="file" name="patch -1@content" size="35"/>
179+ <input type="hidden" name="@link@patches" value="patches -1"/>
180+ <input type="file" name="patches -1@content" size="35"/>
181181 </td>
182182</tr>
183183<tr tal:condition="context/is_edit_ok">
184184 <th><tal:block i18n:translate="">Patch Description</tal:block>:</th>
185- <td colspan=3><input type="edit" name="patch -1@description" size="40"></td>
185+ <td colspan=3><input type="edit" name="patches -1@description" size="40"></td>
186186</tr>
187187<tr tal:condition="context/is_edit_ok">
188188 <th><tal:block i18n:translate="">Repository</tal:block>:</th>
189- <td colspan=3><input type="edit" name="patch -1@repository" size="40"></td>
189+ <td colspan=3><input type="edit" name="patches -1@repository" size="40"></td>
190190</tr>
191191<tr tal:condition="context/is_edit_ok">
192192 <th><tal:block i18n:translate="">Repo. Revision</tal:block>:</th>
193- <td colspan=3><input type="edit" name="patch -1@revision" size="40"></td>
193+ <td colspan=3><input type="edit" name="patches -1@revision" size="40"></td>
194194</tr>
195195-->
196196</ table >
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ <h1><a href="/">Roundup Demo Tracker</a></h1>
144144 'status': milestone_status_notclosed,
145145 '@dispname': i18n.gettext('Show Open'),
146146 '@startwith': 0,
147+ '@group': 'status',
147148 }) "
148149 i18n:translate =""> Show Open</ a >
149150 </ li >
@@ -429,3 +430,4 @@ <h1 id="breadcrumb"><span metal:define-slot="body_title">body title</span></h1>
429430 < input metal:define-macro ="user_confirm_input " type ="password "
430431 tal:attributes ="id name; name string:@confirm@$name; readonly not:edit_ok " value =""/>
431432
433+ <!-- SHA: ca32e5f43efcb7c3b4940df6f7a176f6990b15f0 -->
Original file line number Diff line number Diff line change 126126 description = String (indexme = 'yes' ))
127127
128128# Patch
129- patch = FileClass (db , "patch " ,
129+ patches = FileClass (db , "patches " ,
130130 name = String (),
131131 description = String (indexme = 'yes' ),
132132 repository = String (),
You can’t perform that action at this time.
0 commit comments