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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-8 / +7 lines)
Lines 86-92 Link Here
86
                                        <li>
86
                                        <li>
87
                                            [% IF biblionumber %]
87
                                            [% IF biblionumber %]
88
                                                <label>Title:</label>
88
                                                <label>Title:</label>
89
                                                <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]">[% title | html %]</a>
89
                                                <a id="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]">[% title | html %]</a>
90
                                            [% ELSIF ( title_required ) %]
90
                                            [% ELSIF ( title_required ) %]
91
                                                <label for="title" class="required">Title:</label>
91
                                                <label for="title" class="required">Title:</label>
92
                                                <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" required="required" />
92
                                                <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" required="required" />
Lines 100-106 Link Here
100
                                            <li>
100
                                            <li>
101
                                                    [% IF biblionumber %]
101
                                                    [% IF biblionumber %]
102
                                                        <label>Author:</label>
102
                                                        <label>Author:</label>
103
                                                        <span>[% author | html %]</span>
103
                                                        <span id="author">[% author | html %]</span>
104
                                                    [% ELSIF ( author_required ) %]
104
                                                    [% ELSIF ( author_required ) %]
105
                                                        <label for="author" class="required">Author:</label>
105
                                                        <label for="author" class="required">Author:</label>
106
                                                        <input type="text" id="author" name="author" class="span6" maxlength="80" value="[% author | html %]" required="required" />
106
                                                        <input type="text" id="author" name="author" class="span6" maxlength="80" value="[% author | html %]" required="required" />
Lines 116-122 Link Here
116
                                                <div title="Copyright or publication year, for example: 2022">
116
                                                <div title="Copyright or publication year, for example: 2022">
117
                                                    [% IF biblionumber %]
117
                                                    [% IF biblionumber %]
118
                                                        <label>Publication year:</label>
118
                                                        <label>Publication year:</label>
119
                                                        <span>[% copyrightdate | html %]</span>
119
                                                        <span id="copyrightdate">[% copyrightdate | html %]</span>
120
                                                    [% ELSIF ( copyrightdate_required ) %]
120
                                                    [% ELSIF ( copyrightdate_required ) %]
121
                                                        <label for="copyrightdate" class="required">Publication year:</label>
121
                                                        <label for="copyrightdate" class="required">Publication year:</label>
122
                                                        <input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="10" maxlength="4" value="[% copyrightdate | html %]" required="required" />
122
                                                        <input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="10" maxlength="4" value="[% copyrightdate | html %]" required="required" />
Lines 134-140 Link Here
134
                                            <li>
134
                                            <li>
135
                                                [% IF biblionumber %]
135
                                                [% IF biblionumber %]
136
                                                    <label>Standard number (ISBN, ISSN or other):</label>
136
                                                    <label>Standard number (ISBN, ISSN or other):</label>
137
                                                    <span>[% isbn | html %]</span>
137
                                                    <span id="isbn">[% isbn | html %]</span>
138
                                                [% ELSIF ( isbn_required ) %]
138
                                                [% ELSIF ( isbn_required ) %]
139
                                                    <label for="isbn" class="required">Standard number (ISBN, ISSN or other):</label>
139
                                                    <label for="isbn" class="required">Standard number (ISBN, ISSN or other):</label>
140
                                                    <input type="text" id="isbn" name="isbn"  maxlength="80" value="[% isbn | html %]" required="required" />
140
                                                    <input type="text" id="isbn" name="isbn"  maxlength="80" value="[% isbn | html %]" required="required" />
Lines 149-155 Link Here
149
                                            <li>
149
                                            <li>
150
                                                [% IF biblionumber %]
150
                                                [% IF biblionumber %]
151
                                                    <label>Publisher:</label>
151
                                                    <label>Publisher:</label>
152
                                                    <span>[% publishercode | html %]</span>
152
                                                    <span id="publishercode">[% publishercode | html %]</span>
153
                                                [% ELSIF ( publishercode_required ) %]
153
                                                [% ELSIF ( publishercode_required ) %]
154
                                                    <label for="publishercode" class="required">Publisher:</label>
154
                                                    <label for="publishercode" class="required">Publisher:</label>
155
                                                    <input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" value="[% publishercode | html %]" required="required" />
155
                                                    <input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" value="[% publishercode | html %]" required="required" />
Lines 164-170 Link Here
164
                                            <li>
164
                                            <li>
165
                                                [% IF biblionumber %]
165
                                                [% IF biblionumber %]
166
                                                    <label for="collectiontitle" class="required">Collection title:</label>
166
                                                    <label for="collectiontitle" class="required">Collection title:</label>
167
                                                    <span>[% collectiontitle | html %]</span>
167
                                                    <span id="collectiontitle">[% collectiontitle | html %]</span>
168
                                                [% ELSIF ( collectiontitle_required ) %]
168
                                                [% ELSIF ( collectiontitle_required ) %]
169
                                                    <label for="collectiontitle" class="required">Collection title:</label>
169
                                                    <label for="collectiontitle" class="required">Collection title:</label>
170
                                                    <input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" value="[% collectiontitle | html %]" required="required" />
170
                                                    <input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" value="[% collectiontitle | html %]" required="required" />
Lines 179-185 Link Here
179
                                            <li>
179
                                            <li>
180
                                                [% IF biblionumber %]
180
                                                [% IF biblionumber %]
181
                                                    <label for="place" class="required">Publication place:</label>
181
                                                    <label for="place" class="required">Publication place:</label>
182
                                                    <span>[% place | html %]</span>
182
                                                    <span id="place">[% place | html %]</span>
183
                                                [% ELSIF ( place_required ) %]
183
                                                [% ELSIF ( place_required ) %]
184
                                                    <label for="place" class="required">Publication place:</label>
184
                                                    <label for="place" class="required">Publication place:</label>
185
                                                    <input type="text" id="place" name="place" required="required" maxlength="80" value="[% place | html %]" />
185
                                                    <input type="text" id="place" name="place" required="required" maxlength="80" value="[% place | html %]" />
186
- 

Return to bug 29311