Bug 16888: (follow-up)Add Font Awesome Icons to Members
Remove fa-ban according with QA comment 4 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
ae41952077
commit
dba6cfe441
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
|
||||
<input type="hidden" name="action" value="add" />
|
||||
<fieldset class="rows" id="manual_restriction_form">
|
||||
<legend><i class="fa fa-ban"></i> Add manual restriction</legend>
|
||||
<legend>Add manual restriction</legend>
|
||||
<ol>
|
||||
<li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" /></li>
|
||||
<li><label for="rexpiration">Expiration:</label> <input name="expiration" id="rexpiration" size="10" readonly="readonly" value="" class="datepicker" />
|
||||
|
|
Loading…
Reference in a new issue