Ignore:
Timestamp:
25 Nov 2022, 09:04:54 (2 years ago)
Author:
Henrik Bettermann
Message:

Make puniteditpage an auto submit form.

Location:
main/kofacustom.lpng/trunk/layout
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/layout/rules.xml

    r16996 r17175  
    9999          css:if-not-content="input.kofa-filterbox" />
    100100
     101    <drop css:theme="script.kofa-autoSubmit"
     102          css:if-not-content="form.autosubmit" />
     103
    101104<!--
    102105    <after css:theme-children="html head"
  • main/kofacustom.lpng/trunk/layout/theme.html

    r17148 r17175  
    623623        src="static/js/kofa-filterByText.js">
    624624    </script>
     625    <script class="kofa-autoSubmit"
     626        src="static/js/kofa-autoSubmit.js">
     627    </script>
    625628  </body>
    626629</html>
Note: See TracChangeset for help on using the changeset viewer.