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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc (-3 / +2 lines)
Lines 15-21 Link Here
15
15
16
                    if (!searchTerm && !branchSelected && !categorySelected) {
16
                    if (!searchTerm && !branchSelected && !categorySelected) {
17
                        $(form.searchmember)
17
                        $(form.searchmember)
18
                            .tooltip({ trigger: "manual", placement: "bottom", title: _("Search criterea required") })
18
                            .tooltip({ trigger: "manual", placement: "bottom", title: _("Please enter a card number or name") })
19
                            .tooltip("show");
19
                            .tooltip("show");
20
                        $(document).on("click", function () {
20
                        $(document).on("click", function () {
21
                            $(form.searchmember).tooltip("hide");
21
                            $(form.searchmember).tooltip("hide");
Lines 41-47 Link Here
41
                <button type="button" class="form-extra-content-toggle" title="More options"><i class="form-extra-content-icon fa-solid fa-sliders" aria-hidden="true"></i></button>
41
                <button type="button" class="form-extra-content-toggle" title="More options"><i class="form-extra-content-icon fa-solid fa-sliders" aria-hidden="true"></i></button>
42
            </div>
42
            </div>
43
43
44
            <button type="submit" class="btn btn-primary" aria-label="Search"><i class="fa fa-arrow-right"></i></button>
44
            <button type="submit" aria-label="Search"><i class="fa fa-arrow-right"></i></button>
45
45
46
            <div class="form-extra-content">
46
            <div class="form-extra-content">
47
                <div> [% INCLUDE patron_fields_dropdown search_box=1 %] </div>
47
                <div> [% INCLUDE patron_fields_dropdown search_box=1 %] </div>
48
- 

Return to bug 41040