This hides the Set Default View button that is in the web staff client
on the catalog item pages. Clicking the button has caused white screen
problems that have not been resolved. (There is also a button on the Admin >
Workstation page, but that was hidden in a different local customization
patch.)
Signed-off-by: McCanna <tmccanna@georgialibraries.org>
</ul>
<div class="tab-content">
- <div ng-disabled="record_tab == default_tab" class="btn btn-default btn-xs pull-right" ng-click="set_default_record_tab()">
+ <!-- PINES CUSTOMIZATION: Hide 'set default view' button because it causes white screen problems -->
+ <div ng-disabled="record_tab == default_tab" class="btn btn-default btn-xs pull-right" ng-click="set_default_record_tab()" style="display:none;">
[% l('Set default view') %]
</div>
<div class="tab-pane active">