Bug 16888: (follow-up)Add Font Awesome Icons to Members
authorHector Castro <hector.hecaxmmx@gmail.com>
Mon, 11 Jul 2016 14:34:38 +0000 (08:34 -0600)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 15 Jul 2016 18:02:48 +0000 (18:02 +0000)
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>
koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc

index a9d80cd..9944ec4 100644 (file)
@@ -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" />