Changeset 16938 for main/waeup.kofa/trunk/src/waeup/kofa/widgets
- Timestamp:
- 29 Apr 2022, 09:59:04 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/widgets/orderedSelectionList.pt
r15037 r16938 144 144 <option tal:repeat="entry view/choices" 145 145 tal:attributes="value entry/value" 146 tal:content="entry/text" i18n:translate=""/>146 tal:content="entry/text"/> 147 147 </select> 148 148 </td> … … 165 165 <option tal:repeat="entry view/selected" 166 166 tal:attributes="value entry/value" 167 tal:content="entry/text" i18n:translate=""/>167 tal:content="entry/text"/> 168 168 </select> 169 169 <input name="foo-empty-marker" type="hidden"
Note: See TracChangeset for help on using the changeset viewer.