Allow sending records by sms to be disabled in config
Currently, sending record results by sms ("Text this" feature) is always shown in the record page, even though it may not be applicable to some installations. Although still left enabled by default, with this patch, the admin has the option to suppress the sms link in the record page, if needed. The [Mail] section in main config file has been chosen to hold the new parameter because sending sms messages uses the underline mailer infrastructure.
Showing
- config/vufind/config.ini 6 additions, 0 deletionsconfig/vufind/config.ini
- module/VuFind/src/VuFind/Config/AccountCapabilities.php 12 additions, 0 deletionsmodule/VuFind/src/VuFind/Config/AccountCapabilities.php
- module/VuFind/src/VuFind/Controller/AbstractRecord.php 16 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/AbstractRecord.php
- themes/bootstrap3/templates/RecordDriver/SolrDefault/toolbar.phtml 4 additions, 2 deletions...otstrap3/templates/RecordDriver/SolrDefault/toolbar.phtml
- themes/jquerymobile/templates/RecordDriver/SolrDefault/toolbar.phtml 3 additions, 1 deletion...rymobile/templates/RecordDriver/SolrDefault/toolbar.phtml
Please register or sign in to comment