View | Details | Raw Unified | Return to bug 16888
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc (-2 / +1 lines)
Lines 82-88 Link Here
82
            <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
82
            <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
83
            <input type="hidden" name="action" value="add" />
83
            <input type="hidden" name="action" value="add" />
84
            <fieldset class="rows" id="manual_restriction_form">
84
            <fieldset class="rows" id="manual_restriction_form">
85
                <legend><i class="fa fa-ban"></i> Add manual restriction</legend>
85
                <legend>Add manual restriction</legend>
86
                <ol>
86
                <ol>
87
                    <li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" /></li>
87
                    <li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" /></li>
88
                    <li><label for="rexpiration">Expiration:</label> <input name="expiration" id="rexpiration" size="10" readonly="readonly" value="" class="datepicker" />
88
                    <li><label for="rexpiration">Expiration:</label> <input name="expiration" id="rexpiration" size="10" readonly="readonly" value="" class="datepicker" />
89
- 

Return to bug 16888