Changeset 16431 for main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/onlinepaymentaddform.pt
- Timestamp:
- 25 Mar 2021, 09:45:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/onlinepaymentaddform.pt
r15664 r16431 14 14 tal:attributes="value python:item[0]"> 15 15 <span tal:replace="python:item[1]">FEE CATEGORY</span> 16 </option> 17 </select> 18 </td> 19 </tr> 20 <tr tal:condition="view/selectable_payment_options"> 21 <td class="fieldname"> 22 Payment Option: 23 </td> 24 <td> 25 <select id="form.p_option" name="form.p_option" size="1" 26 class="form-control half" onclick="further()"> 27 <option tal:repeat="item view/selectable_payment_options" 28 tal:attributes="value python:item[0]"> 29 <span tal:replace="python:item[1]">PAYMENT OPTION</span> 16 30 </option> 17 31 </select>
Note: See TracChangeset for help on using the changeset viewer.