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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-5 / +2 lines)
Lines 2987-3004 fieldset.brief label.show-password-toggle-label { Link Here
2987
    padding: 0;
2987
    padding: 0;
2988
}
2988
}
2989
2989
2990
input[name="borrower_streetnumber"],[name="borrower_B_streetnumber"]{
2990
input[name="borrower_streetnumber"],[name="borrower_B_streetnumber"],[name="number"],[name="quantity"]{
2991
    width: 5%;
2991
    width: 5%;
2992
}
2992
}
2993
input[name="copyrightdate"]{
2993
input[name="copyrightdate"]{
2994
    width: 10%;
2994
    width: 10%;
2995
}
2995
}
2996
input[name="quantity"]{
2997
    width: 4%;
2998
}
2999
2996
3000
input[name="limit"]{
2997
input[name="limit"]{
3001
        width:70px;
2998
    width:70px;
3002
}
2999
}
3003
3000
3004
input[name="newvirtualshelf"]{
3001
input[name="newvirtualshelf"]{
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt (-1 / +1 lines)
Lines 81-87 Link Here
81
81
82
                                                <li>
82
                                                <li>
83
                                                    <label for="expirationdate">Recall not needed after:</label>
83
                                                    <label for="expirationdate">Recall not needed after:</label>
84
                                                    <input type="text" name="expirationdate" id="expirationdate" size="20" class="flatpickr futuredate" />
84
                                                    <input type="text" name="expirationdate" id="expirationdate" class="flatpickr futuredate" />
85
                                                    <span id="expiration-hint">[% INCLUDE 'date-format.inc' %]</span>
85
                                                    <span id="expiration-hint">[% INCLUDE 'date-format.inc' %]</span>
86
                                                </li>
86
                                                </li>
87
                                                <li class="level-option" style="display:none;"><label for="bibliolevel">Recall next available item</label> <input type="radio" name="type" id="bibliolevel" value="bibliolevel" checked /></li>
87
                                                <li class="level-option" style="display:none;"><label for="bibliolevel">Recall next available item</label> <input type="radio" name="type" id="bibliolevel" value="bibliolevel" checked /></li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt (-1 / +1 lines)
Lines 81-87 Link Here
81
                                    <li>
81
                                    <li>
82
                                        [% IF mandatory_fields.search('author_article') %]
82
                                        [% IF mandatory_fields.search('author_article') %]
83
                                            <label for="author_article" class="required">Author:</label>
83
                                            <label for="author_article" class="required">Author:</label>
84
                                            <input type="text" required="required" name="author_article" id="author_article" size="50" value="[% author_article | html %]" />
84
                                            <input type="text" required="required" name="author_article" id="author_article" value="[% author_article | html %]" />
85
                                            <div class="required_label required">Required</div>
85
                                            <div class="required_label required">Required</div>
86
                                        [% ELSE %]
86
                                        [% ELSE %]
87
                                            <label for="author_article">Author:</label>
87
                                            <label for="author_article">Author:</label>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt (-2 / +2 lines)
Lines 12-17 Link Here
12
[% INCLUDE 'bodytag.inc' bodyid='opac-tags-subject' %]
12
[% INCLUDE 'bodytag.inc' bodyid='opac-tags-subject' %]
13
[% INCLUDE 'masthead.inc' %]
13
[% INCLUDE 'masthead.inc' %]
14
14
15
15
<div class="main">
16
<div class="main">
16
    [% WRAPPER breadcrumbs %]
17
    [% WRAPPER breadcrumbs %]
17
        [% WRAPPER breadcrumb_item bc_active= 1 %]
18
        [% WRAPPER breadcrumb_item bc_active= 1 %]
Lines 38-44 Link Here
38
                            <fieldset>
39
                            <fieldset>
39
                                <legend>Show</legend>
40
                                <legend>Show</legend>
40
                                <form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="get">
41
                                <form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="get">
41
                                    <p>up to <input type="text" name="number" value="[% number | html %]" size="4" maxlength="4" /> subjects <input type="submit" class="btn btn-primary" value="OK" /></p>
42
                                    <p>up to <input type="text" name="number" value="[% number | html %]" maxlength="4" /> subjects <input type="submit" class="btn btn-primary" value="OK" /></p>
42
                                </form>
43
                                </form>
43
                            </fieldset>
44
                            </fieldset>
44
45
45
- 

Return to bug 39271