Lines 1384-1391
Link Here
|
1384 |
<legend>Additional attributes and identifiers</legend> |
1384 |
<legend>Additional attributes and identifiers</legend> |
1385 |
[% FOREACH pa_loo IN patron_attributes %] |
1385 |
[% FOREACH pa_loo IN patron_attributes %] |
1386 |
[% IF pa_loo.class %] |
1386 |
[% IF pa_loo.class %] |
1387 |
<h4>[% pa_loo.lib %]</h4> |
1387 |
<table id="aai_[% pa_loo.class %]" class="attributes_table"> |
1388 |
<table id=aai_[% pa_loo.class %] class="attributes_table"> |
1388 |
<caption>[% pa_loo.lib %]</caption> |
1389 |
[% ELSE %] |
1389 |
[% ELSE %] |
1390 |
<table id="aai" class="attributes_table"> |
1390 |
<table id="aai" class="attributes_table"> |
1391 |
[% END %] |
1391 |
[% END %] |
Lines 1497-1503
Link Here
|
1497 |
<input type="hidden" name="setting_messaging_prefs" value="1" /> |
1497 |
<input type="hidden" name="setting_messaging_prefs" value="1" /> |
1498 |
<legend id="patron_messaging_prefs_lgd">Patron messaging preferences</legend> |
1498 |
<legend id="patron_messaging_prefs_lgd">Patron messaging preferences</legend> |
1499 |
[% IF type_only %] |
1499 |
[% IF type_only %] |
1500 |
<i>If no preferences are selected, the default preferences for the category chosen will be applied on save, otherwise your selection here is saved</i> |
1500 |
<p>If no preferences are selected, the default preferences for the category chosen will be applied on save, otherwise your selection here is saved</p> |
1501 |
[% END %] |
1501 |
[% END %] |
1502 |
[% INCLUDE 'messaging-preference-form.inc' %] |
1502 |
[% INCLUDE 'messaging-preference-form.inc' %] |
1503 |
[% IF ( SMSSendDriver ) %] |
1503 |
[% IF ( SMSSendDriver ) %] |
1504 |
- |
|
|