Lines 193-201
Link Here
|
193 |
[% IF borrowers.$borrowernumber.gonenoaddress > 0 %] |
193 |
[% IF borrowers.$borrowernumber.gonenoaddress > 0 %] |
194 |
<div class="alert alert-info" style="margin-top:.8em"> |
194 |
<div class="alert alert-info" style="margin-top:.8em"> |
195 |
<h4>Patron's address in doubt</h4> |
195 |
<h4>Patron's address in doubt</h4> |
196 |
<p>The <strong>Gone no address</strong> flag is set for this patron. If this modification request resolves the issue, please unset the flag.</p> |
196 |
<p>The <strong>Address correction needed</strong> flag is set for this patron. If this modification request resolves the issue, please unset the flag.</p> |
197 |
<input type="checkbox" id="unset_gna_[% pm.borrowernumber | html %]" name="unset_gna_[% pm.borrowernumber | html %]" value="unset_gna_[% pm.borrowernumber | html %]" /> |
197 |
<input type="checkbox" id="unset_gna_[% pm.borrowernumber | html %]" name="unset_gna_[% pm.borrowernumber | html %]" value="unset_gna_[% pm.borrowernumber | html %]" /> |
198 |
<label for="unset_gna_[% pm.borrowernumber | html %]">Unset Gone no address for this patron</label> |
198 |
<label for="unset_gna_[% pm.borrowernumber | html %]">Unset Address correction needed for this patron</label> |
199 |
</div> |
199 |
</div> |
200 |
[% END %] |
200 |
[% END %] |
201 |
|
201 |
|
202 |
- |
|
|