Lines 118-124
Link Here
|
118 |
[% ELSE %] |
118 |
[% ELSE %] |
119 |
[% SWITCH can_be_deleted %] |
119 |
[% SWITCH can_be_deleted %] |
120 |
[% CASE "book_on_loan" %][% SET cannot_delete_reason = t("Item is checked out") %] |
120 |
[% CASE "book_on_loan" %][% SET cannot_delete_reason = t("Item is checked out") %] |
121 |
[% CASE "not_same_branch" %][% SET cannot_delete_reason = t("Item does not belongs to your library") %] |
121 |
[% CASE "not_same_branch" %][% SET cannot_delete_reason = t("Item does not belong to your library") %] |
122 |
[% CASE "book_reserved" %][% SET cannot_delete_reason = t("Item has a waiting hold") %] |
122 |
[% CASE "book_reserved" %][% SET cannot_delete_reason = t("Item has a waiting hold") %] |
123 |
[% CASE "linked_analytics" %][% SET cannot_delete_reason = t("Item has linked analytics") %] |
123 |
[% CASE "linked_analytics" %][% SET cannot_delete_reason = t("Item has linked analytics") %] |
124 |
[% CASE "last_item_for_hold" %][% SET cannot_delete_reason = t("Last item for bibliographic record wich biblio-level hold on it") %] |
124 |
[% CASE "last_item_for_hold" %][% SET cannot_delete_reason = t("Last item for bibliographic record wich biblio-level hold on it") %] |
Lines 260-266
Link Here
|
260 |
<td> |
260 |
<td> |
261 |
[% SWITCH not_deleted_loo.reason %] |
261 |
[% SWITCH not_deleted_loo.reason %] |
262 |
[% CASE "book_on_loan" %][% SET cannot_delete_reason = t("Item is checked out") %] |
262 |
[% CASE "book_on_loan" %][% SET cannot_delete_reason = t("Item is checked out") %] |
263 |
[% CASE "not_same_branch" %][% SET cannot_delete_reason = t("Item does not belongs to your library") %] |
263 |
[% CASE "not_same_branch" %][% SET cannot_delete_reason = t("Item does not belong to your library") %] |
264 |
[% CASE "book_reserved" %][% SET cannot_delete_reason = t("Item has a waiting hold") %] |
264 |
[% CASE "book_reserved" %][% SET cannot_delete_reason = t("Item has a waiting hold") %] |
265 |
[% CASE "linked_analytics" %][% SET cannot_delete_reason = t("Item has linked analytics") %] |
265 |
[% CASE "linked_analytics" %][% SET cannot_delete_reason = t("Item has linked analytics") %] |
266 |
[% CASE "last_item_for_hold" %][% SET cannot_delete_reason = t("Last item for bibliographic record wich biblio-level hold on it") %] |
266 |
[% CASE "last_item_for_hold" %][% SET cannot_delete_reason = t("Last item for bibliographic record wich biblio-level hold on it") %] |
267 |
- |
|
|