Lines 153-158
Link Here
|
153 |
</form> |
153 |
</form> |
154 |
[% END # /tab_panel %] |
154 |
[% END # /tab_panel %] |
155 |
|
155 |
|
|
|
156 |
[% WRAPPER tab_panel tabname="search_id" %] |
157 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
158 |
<input type="hidden" name="op" value="do_search" /> |
159 |
<input type="hidden" name="type" value="intranet" /> |
160 |
<input type="hidden" name="marclist" value="local-number" /> |
161 |
|
162 |
<div class="form-title"> |
163 |
<label class="control-label" for="value_search_id"><span class="control-text">Search ID<span> <i class="fa fa-fw fa-solid fa-hashtag" aria-hidden="true"></i></label> |
164 |
</div> |
165 |
|
166 |
<div class="form-content"> |
167 |
<input id="value_search_id" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search ID (001)" /> |
168 |
<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> |
169 |
</div> |
170 |
|
171 |
<button type="submit" aria-label="Search"><i class="fa fa-arrow-right"></i></button> |
172 |
|
173 |
<div class="form-extra-content"> |
174 |
[% INCLUDE authtype %] |
175 |
[% INCLUDE operator %] |
176 |
[% INCLUDE orderby %] |
177 |
</div> |
178 |
</form> |
179 |
[% END # /tab_panel %] |
180 |
|
156 |
[% WRAPPER tab_panel tabname="entire_record" %] |
181 |
[% WRAPPER tab_panel tabname="entire_record" %] |
157 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
182 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
158 |
<input type="hidden" name="op" value="do_search" /> |
183 |
<input type="hidden" name="op" value="do_search" /> |
Lines 191-196
Link Here
|
191 |
[% WRAPPER tab_item tabname= "matchheading_search" %] |
216 |
[% WRAPPER tab_item tabname= "matchheading_search" %] |
192 |
<i class="fa fa-fw fa-align-center" aria-hidden="true"></i> <span class="tab-title">All headings</span> |
217 |
<i class="fa fa-fw fa-align-center" aria-hidden="true"></i> <span class="tab-title">All headings</span> |
193 |
[% END %] |
218 |
[% END %] |
|
|
219 |
[% WRAPPER tab_item tabname= "search_id" %] |
220 |
<i class="fa fa-fw fa-solid fa-hashtag" aria-hidden="true"></i> <span class="tab-title">Search ID</span> |
221 |
[% END %] |
194 |
[% WRAPPER tab_item tabname= "entire_record" %] |
222 |
[% WRAPPER tab_item tabname= "entire_record" %] |
195 |
<i class="fa-solid fa-fw fa-folder-open" aria-hidden="true"></i> <span class="tab-title">Entire record</span> |
223 |
<i class="fa-solid fa-fw fa-folder-open" aria-hidden="true"></i> <span class="tab-title">Entire record</span> |
196 |
[% END %] |
224 |
[% END %] |