refs #16480 [fid_adlr] styling of contact form
* fix link to contact form ** delete link for development from header ** add link in footer ** style link as specified in mockup, use icon moon for arrow ** use / add translation * fix text on home page - fit as mockup * refactor preselect form ** lower font-size of headline / h1 => h2 ** change translations for subject and submit button * style and refactor second feedback forms ** configure default fields in FeedbackForms.yml to hard override defaults by same name (name / email) ** order inputs in second form (after preselect) by FeedbackForms.yml ** remove unused / duplicated code / add comments ** TODO: merge preselect.phtml into form.phtml and preselectAction into formAction ** set textarea min height in feedback forms by css ** set required attribute styling like in registration forms * feedback forms: ** add config for alpha ** remove unused user in preselect action ** add necessary label for dummy elements in Feedback.yaml ** fix caching of email subject in form action ** fix privacy notice check ** change translations on main form and response text ** change recipient to adlr.link
Showing
- fid_adlr/alpha/config/vufind/FeedbackForms.yaml 35 additions, 4 deletionsfid_adlr/alpha/config/vufind/FeedbackForms.yaml
- fid_adlr/config/vufind/FeedbackForms.yaml 35 additions, 4 deletionsfid_adlr/config/vufind/FeedbackForms.yaml
- module/fid_adlr/src/Controller/FeedbackController.php 60 additions, 41 deletionsmodule/fid_adlr/src/Controller/FeedbackController.php
- themes/fid_adlr/languages/de.ini 6 additions, 0 deletionsthemes/fid_adlr/languages/de.ini
- themes/fid_adlr/languages/en.ini 6 additions, 0 deletionsthemes/fid_adlr/languages/en.ini
- themes/fid_adlr/scss/_customVariables.scss 1 addition, 1 deletionthemes/fid_adlr/scss/_customVariables.scss
- themes/fid_adlr/scss/compiled.scss 26 additions, 1 deletionthemes/fid_adlr/scss/compiled.scss
- themes/fid_adlr/templates/feedback/form.phtml 49 additions, 36 deletionsthemes/fid_adlr/templates/feedback/form.phtml
- themes/fid_adlr/templates/feedback/preselect.phtml 17 additions, 6 deletionsthemes/fid_adlr/templates/feedback/preselect.phtml
- themes/fid_adlr/templates/footer.phtml 4 additions, 2 deletionsthemes/fid_adlr/templates/footer.phtml
- themes/fid_adlr/templates/header.phtml 0 additions, 5 deletionsthemes/fid_adlr/templates/header.phtml
Please register or sign in to comment