Moved confirm action to its own controller.
Created convenience method to forward to confirm action. Improved some style issues. Use route parameters rather than query parameters for cleaner data passing. Thanks to Luke O'Sullivan for development assistance.
Showing
- module/VuFind/config/module.config.php 2 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/AbstractBase.php 29 additions, 2 deletionsmodule/VuFind/src/VuFind/Controller/AbstractBase.php
- module/VuFind/src/VuFind/Controller/ConfirmController.php 73 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/ConfirmController.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 8 additions, 40 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- themes/blueprint/templates/confirm/confirm.phtml 26 additions, 0 deletionsthemes/blueprint/templates/confirm/confirm.phtml
- themes/jquerymobile/templates/confirm/confirm.phtml 12 additions, 6 deletionsthemes/jquerymobile/templates/confirm/confirm.phtml
Please register or sign in to comment