Lines 10-16
Link Here
|
10 |
[% SET footerjs = 1 %] |
10 |
[% SET footerjs = 1 %] |
11 |
[% BLOCK display_bormessagepref %] |
11 |
[% BLOCK display_bormessagepref %] |
12 |
[% IF ( bormessagepref ) %] |
12 |
[% IF ( bormessagepref ) %] |
13 |
<li class="notification_method"><span>Patron notification</span>: |
13 |
<li class="notification_method"><span>Patron notification:</span> |
14 |
[% FOREACH mtt IN bormessagepref.keys %] |
14 |
[% FOREACH mtt IN bormessagepref.keys %] |
15 |
[%~ IF ( mtt == 'email' ) %] <span>Email</span>[% END ~%] |
15 |
[%~ IF ( mtt == 'email' ) %] <span>Email</span>[% END ~%] |
16 |
[%~ IF ( mtt == 'phone' ) %] <span>Phone</span>[% END ~%] |
16 |
[%~ IF ( mtt == 'phone' ) %] <span>Phone</span>[% END ~%] |
Lines 249-255
Link Here
|
249 |
[% IF ( errmsgloo.ItemLocationUpdated ) %] |
249 |
[% IF ( errmsgloo.ItemLocationUpdated ) %] |
250 |
<p class="problem ret_location_update"> |
250 |
<p class="problem ret_location_update"> |
251 |
Item shelving location updated. |
251 |
Item shelving location updated. |
252 |
<br /><span>Old value</span>: |
252 |
<br /><span>Old value:</span> |
253 |
[% IF errmsgloo.ItemLocationUpdated.from %] |
253 |
[% IF errmsgloo.ItemLocationUpdated.from %] |
254 |
[% SET av_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => errmsgloo.ItemLocationUpdated.from ) %] |
254 |
[% SET av_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => errmsgloo.ItemLocationUpdated.from ) %] |
255 |
[% IF errmsgloo.ItemLocationUpdated.from == '' %] |
255 |
[% IF errmsgloo.ItemLocationUpdated.from == '' %] |