|
Lines 60-70
Link Here
|
| 60 |
|
60 |
|
| 61 |
[% IF updated_exclude_from_local_holds_priority.defined %] |
61 |
[% IF updated_exclude_from_local_holds_priority.defined %] |
| 62 |
<div class="dialog message"> |
62 |
<div class="dialog message"> |
| 63 |
<em>Exclude from local holds priority</em> updated to |
|
|
| 64 |
[% IF updated_exclude_from_local_holds_priority %] |
63 |
[% IF updated_exclude_from_local_holds_priority %] |
| 65 |
<em>Yes</em> |
64 |
Exclude from local holds priority updated to 'Yes' |
| 66 |
[% ELSE %] |
65 |
[% ELSE %] |
| 67 |
<em>No</em> |
66 |
Exclude from local holds priority updated to 'No' |
| 68 |
[% END %] |
67 |
[% END %] |
| 69 |
</div> |
68 |
</div> |
| 70 |
[% END %] |
69 |
[% END %] |
| 71 |
- |
|
|