Bug 7337 - Followup - Correcting instances of "debar" that crept back in.

To test:
Restrict one of your patrons -
Make sure that on memberentrygen.tt (Edit Patron) the radio button label says "Restricted"
Make sure that on moremember.tt (Patron detail) the button to lift debarment says "Restricted"
This commit is contained in:
Liz Rea 2011-12-08 10:21:07 -06:00 committed by Paul Poulain
parent a0a57b9526
commit 45cb5959ca
2 changed files with 2 additions and 2 deletions

View file

@ -1130,7 +1130,7 @@
</li>
[% END %]
<li>
<label for="yesdebarred" class="radio">Debarred: </label>
<label for="yesdebarred" class="radio">Restricted: </label>
[% IF ( debarred ) %]
<label for="yesdebarred">Yes </label>
<input type="radio" id="yesdebarred" name="debarred" value="1" checked="checked"/>

View file

@ -168,7 +168,7 @@ function validate1(date) {
<li>Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %]
<form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post">
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
<input type="submit" value="Lift Debarment" />
<input type="submit" value="Lift Restriction" />
</form>
</li>
[% END %]