|
Lines 30-36
Link Here
|
| 30 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
30 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 31 |
<meta name="generator" content="Koha" /> |
31 |
<meta name="generator" content="Koha" /> |
| 32 |
<!-- leave this for stats --> |
32 |
<!-- leave this for stats --> |
| 33 |
|
33 |
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 34 |
[% IF ( Koha.Preference('OpacFavicon') ) %] |
34 |
[% IF ( Koha.Preference('OpacFavicon') ) %] |
| 35 |
<link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" /> |
35 |
<link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" /> |
| 36 |
[% ELSE %] |
36 |
[% ELSE %] |
|
Lines 137-150
Link Here
|
| 137 |
<form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sci/sci-main.pl"> |
137 |
<form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sci/sci-main.pl"> |
| 138 |
[% INCLUDE 'csrf-token.inc' %] |
138 |
[% INCLUDE 'csrf-token.inc' %] |
| 139 |
<legend class="sr-only">Scan</legend> |
139 |
<legend class="sr-only">Scan</legend> |
| 140 |
<div class="row"> |
140 |
<div class="row mb-1"> |
| 141 |
<div class="col-auto"> |
141 |
<div class="col"> |
| 142 |
<label for="barcode_input">Scan the item or enter its barcode:</label> |
142 |
<label for="barcode_input">Scan the item or enter its barcode:</label> |
| 143 |
</div> |
143 |
</div> |
| 144 |
<div class="col-4"> |
144 |
</div> |
|
|
145 |
<div class="row mb-1"> |
| 146 |
<div class="col-12 col-lg-4"> |
| 145 |
<input id="barcode_input" name="barcode_input" size="20" type="text" class="focus form-control" autocomplete="off" /> |
147 |
<input id="barcode_input" name="barcode_input" size="20" type="text" class="focus form-control" autocomplete="off" /> |
| 146 |
</div> |
148 |
</div> |
| 147 |
<div class="col-auto"> |
149 |
</div> |
|
|
150 |
<div class="row mb-1"> |
| 151 |
<div class="col"> |
| 148 |
<button id="sci_append_button" type="submit" class="btn btn-primary"> Submit </button> |
152 |
<button id="sci_append_button" type="submit" class="btn btn-primary"> Submit </button> |
| 149 |
</div> |
153 |
</div> |
| 150 |
</div> |
154 |
</div> |
| 151 |
- |
|
|