Changeset 17172 for main/waeup.kofa/trunk
- Timestamp:
- 24 Nov 2022, 21:34:38 (2 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r17094 r17172 4 4 1.7.2.dev0 (unreleased) 5 5 ======================= 6 7 * Add Javascript which automatically submits a form on select change 8 (not used in base but in lpng custom package). 6 9 7 10 * Add MonthSource to be used in custom packages. -
main/waeup.kofa/trunk/layout/rules.xml
r14422 r17172 105 105 css:if-not-content="input.kofa-filterbox" /> 106 106 107 <drop css:theme="script.kofa-autoSubmit" 108 css:if-not-content="form.autosubmit" /> 109 107 110 <!-- 108 111 -
main/waeup.kofa/trunk/layout/theme.html
r17093 r17172 641 641 src="static/js/kofa-filterByText.js"> 642 642 </script> 643 <script class="kofa-autoSubmit" 644 src="static/js/kofa-autoSubmit.js"> 645 </script> 643 646 </body> 644 647 </html>
Note: See TracChangeset for help on using the changeset viewer.