Bug 15828: Remove the required class on label
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 22 Feb 2016 11:09:37 +0000 (11:09 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 03:21:11 +0000 (03:21 +0000)
Otherwise the label is red and a bit agressive :)

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt

index 1ee7e67..9e03a55 100644 (file)
                             [% ELSE %]
                                 <li id="cardnum" style="display: none">
                             [% END %]
-                                <label for="cardnumber" class="required">Enter patron cardnumber: </label>
+                                <label for="cardnumber">Enter patron cardnumber: </label>
                                 <input type="text" id="cardnumber" name="cardnumber" value="[% cardnumber %]" size="15" />
                                 <span class="required">Required</span>
                             </li>