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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-2 / +1 lines)
Lines 94-100 Link Here
94
                                            Tags to show:
94
                                            Tags to show:
95
                                        [% END %]
95
                                        [% END %]
96
                                    </label>
96
                                    </label>
97
                                    <input type="text" name="limit" class="form-control form-control-sm mr-2" maxlength="4" size="4" value="[% limit or "100" | html %]" />
97
                                    <input type="text" name="limit" class="form-control form-control-sm mr-2" maxlength="4" size="4" value="[% limit or '100' | html %]" />
98
                                    <input type="submit" value="OK" class="btn btn-sm btn-primary" />
98
                                    <input type="submit" value="OK" class="btn btn-sm btn-primary" />
99
                                </div>
99
                                </div>
100
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
100
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
101
- 

Return to bug 30587