diff --git a/themes/fid_bbi/languages/en.ini b/themes/fid_bbi/languages/en.ini index fabd55bacccb1d0e70bddd2866a762294fb976f6..0be462b6238efd6e764bd1145ef0866686de9733 100644 --- a/themes/fid_bbi/languages/en.ini +++ b/themes/fid_bbi/languages/en.ini @@ -103,5 +103,5 @@ switchtab_with_licenses = You can order these new publications for loan free of switchtab_not_logged_in = Researchers at German institutes (user group 1) can order these publications for loan free of charge.<br/>No account yet? <a href="%%registerUrl%%">Register now.</a> switchtab_without_licenses = Researchers at German institutes (user group 1) can order these publications for loan free of charge. search_in_tab_releases = Search in new publications -search_in_tab_all = Search entire catalog for "%%lookfor%%" +search_in_tab_all = "Search entire catalog for "%%lookfor%%"" search_everywhere = New search in entire catalog diff --git a/themes/fid_bbi/templates/Recommend/SwitchTab.phtml b/themes/fid_bbi/templates/Recommend/SwitchTab.phtml index ab0d6a2818f0a208b91bf10add4f16195125d41e..01b0ed946b40b22febe63eb0b212ab2717ddf65b 100644 --- a/themes/fid_bbi/templates/Recommend/SwitchTab.phtml +++ b/themes/fid_bbi/templates/Recommend/SwitchTab.phtml @@ -34,7 +34,7 @@ </ul></div> <?php endif; ?> - <?php if ($this->permission()->allowDisplay('access.Licenses')):?> + <?php if ($this->permission()->allowDisplay('fid.Acquisitions')):?> <?=$this->translate('switchtab_with_licenses')?> <?php elseif ($this->permission()->allowDisplay('fid.LimitedAccess')):?> <?=$this->translate('switchtab_without_licenses')?>