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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-3 / +5 lines)
Lines 959-968 Link Here
959
                                                </optgroup>
959
                                                </optgroup>
960
                                            [% END %]
960
                                            [% END %]
961
                                        </select>
961
                                        </select>
962
                                        <span class="required">Required</span>
962
                                        [% IF limited_category %]
963
                                        [% IF limited_category %]
963
                                            <span title="The patron's current category ([% patron_category.description | html %]) is limited to other libraries"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i></span>
964
                                            <div class="hint">
965
                                                <i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
966
                                                The patron's current category ([% patron_category.description | html %]) is limited to other libraries
967
                                            </div>
964
                                        [% END %]
968
                                        [% END %]
965
                                        <span class="required">Required</span>
966
                                    </li>
969
                                    </li>
967
970
968
                                    [% UNLESS nosort1 %]
971
                                    [% UNLESS nosort1 %]
969
- 

Return to bug 41363