Feedbackform improvements. (#1565)
- Add support for configuring help texts to be displayed before and/or after the form element. - Move translation of help texts from template to Form handler in order to ease extending. - Add form group specific CSS-classes.
Showing
- config/vufind/FeedbackForms.yaml 10 additions, 2 deletionsconfig/vufind/FeedbackForms.yaml
- module/VuFind/src/VuFind/Form/Form.php 34 additions, 4 deletionsmodule/VuFind/src/VuFind/Form/Form.php
- module/VuFind/src/VuFind/Form/FormFactory.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Form/FormFactory.php
- module/VuFind/tests/unit-tests/src/VuFindTest/Form/FormTest.php 20 additions, 4 deletions.../VuFind/tests/unit-tests/src/VuFindTest/Form/FormTest.php
- themes/bootstrap3/templates/feedback/form.phtml 19 additions, 5 deletionsthemes/bootstrap3/templates/feedback/form.phtml
Please register or sign in to comment