<eg-grid-action handler="replaceBarcodes" group="[% l('Edit') %]"
label="[% l('Replace Barcodes') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsCopyAlertsManage" group="[% l('Edit') %]"
- label="[% l('Acknowledge Copy Alerts') %]"></eg-grid-action>
+ label="[% l('Manage Copy Alerts') %]"></eg-grid-action>
<eg-grid-action handler="selectedHoldingsEmptyVolCopyDelete" group="[% l('Delete') %]" disabled="vols_not_shown"
label="[% l('Empty Volumes') %]"></eg-grid-action>
<div class="col-md-3">
<label>
<input type="checkbox" ng-model="acked" ng-change="acked ? a.ack_time('now') : a.ack_time(null)"/>
- [% l('Acknowledge?') %]
+ [% l('Clear?') %]
</label>
</div>
</div>
</eg-grid-action>
<eg-grid-action
handler="manageCopyAlerts"
- label="[% l('Acknowledge Alerts') %]">
+ label="[% l('Manage Copy Alerts') %]">
</eg-grid-action>
<eg-grid-field label="[% l('Balance Owed') %]"
</eg-grid-action>
<eg-grid-action
handler="manageCopyAlerts"
- label="[% l('Acknowledge Alerts') %]">
+ label="[% l('Manage Copy Alerts') %]">
</eg-grid-action>
<eg-grid-field label="[% l('Balance Owed') %]"
</eg-grid-action>
<eg-grid-action
handler="manageCopyAlerts"
- label="[% l('Acknowledge Alerts') %]">
+ label="[% l('Manage Copy Alerts') %]">
</eg-grid-action>
<div class="col-md-2">
<button ng-if="canBeAcknowledged(alert)"
class="btn btn-xs btn-default"
- ng-click="alert.acked = !alert.acked" >[% l('Acknowledge') %]</button>
+ ng-click="alert.acked = !alert.acked" >[% l('Clear') %]</button>
<button ng-if="canBeRemoved(alert) && mode == 'manage'"
class="btn btn-xs btn-default"
ng-click="alert.acked = !alert.acked" >[% l('Remove') %]</button>