- Timestamp:
- 9 Jun 2011, 12:27:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_edit.pt
r6204 r6303 5 5 tal:condition="view/label" 6 6 tal:content="view/label">Label</h2> 7 8 <h3>Application Status: 9 <span tal:replace="view/getApplicationState">Application State</span></h3> 7 10 8 11 <div class="form-status" … … 49 52 </tr> 50 53 </tal:block> 54 <tr tal:condition="view/getTransitions"> 55 <td class="label"><label>Application Transition:</label></td> 56 <td> 57 <select id="transition" name="transition"> 58 <option tal:repeat="transition view/getTransitions" tal:attributes="value transition/name"> 59 <span tal:replace="transition/title">TRANSITIONTITLE 60 </span> 61 </option> 62 </select> 63 </td> 64 </tr> 51 65 </tbody> 52 66 </table>
Note: See TracChangeset for help on using the changeset viewer.