|
Lines 130-136
Link Here
|
| 130 |
[% IF library %] |
130 |
[% IF library %] |
| 131 |
<input type="hidden" name="is_a_modif" value="1" /> |
131 |
<input type="hidden" name="is_a_modif" value="1" /> |
| 132 |
[% END %] |
132 |
[% END %] |
| 133 |
<div class="fg-row"> |
133 |
<div class="fg-row input-sm"> |
| 134 |
[% IF library %] |
134 |
[% IF library %] |
| 135 |
<div class="fg-label"> |
135 |
<div class="fg-label"> |
| 136 |
<span class="label">Library code: </span> |
136 |
<span class="label">Library code: </span> |
|
Lines 144-150
Link Here
|
| 144 |
<label for="branchcode" class="required">Library code: </label> |
144 |
<label for="branchcode" class="required">Library code: </label> |
| 145 |
</div> |
145 |
</div> |
| 146 |
<div class="fg-input"> |
146 |
<div class="fg-input"> |
| 147 |
<input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% library.branchcode | html %]" class="required focus" required="required" /> |
147 |
<input type="text" name="branchcode" id="branchcode" maxlength="10" value="[% library.branchcode | html %]" class="required focus" required="required" /> |
| 148 |
</div> |
148 |
</div> |
| 149 |
<div class="required">Required</div> |
149 |
<div class="required">Required</div> |
| 150 |
[% END %] |
150 |
[% END %] |
|
Lines 155-163
Link Here
|
| 155 |
</div> |
155 |
</div> |
| 156 |
<div class="fg-input"> |
156 |
<div class="fg-input"> |
| 157 |
[% IF library %] |
157 |
[% IF library %] |
| 158 |
<input type="text" name="branchname" id="branchname" size="80" value="[% library.branchname | html %]" class="required focus" required="required" /> |
158 |
<input type="text" name="branchname" id="branchname" value="[% library.branchname | html %]" class="required focus" required="required" /> |
| 159 |
[% ELSE %] |
159 |
[% ELSE %] |
| 160 |
<input type="text" name="branchname" id="branchname" size="80" value="[% library.branchname | html %]" class="required" required="required" /> |
160 |
<input type="text" name="branchname" id="branchname" value="[% library.branchname | html %]" class="required" required="required" /> |
| 161 |
[% END %] |
161 |
[% END %] |
| 162 |
</div> |
162 |
</div> |
| 163 |
<div class="required">Required</div> |
163 |
<div class="required">Required</div> |
|
Lines 189-195
Link Here
|
| 189 |
<label for="branchaddress1">Address line 1: </label> |
189 |
<label for="branchaddress1">Address line 1: </label> |
| 190 |
</div> |
190 |
</div> |
| 191 |
<div class="fg-input"> |
191 |
<div class="fg-input"> |
| 192 |
<input type="text" name="branchaddress1" id="branchaddress1" size="60" value="[% library.branchaddress1 | html %]" /> |
192 |
<input type="text" name="branchaddress1" id="branchaddress1" value="[% library.branchaddress1 | html %]" /> |
| 193 |
</div> |
193 |
</div> |
| 194 |
</div> |
194 |
</div> |
| 195 |
<div class="fg-row"> |
195 |
<div class="fg-row"> |
|
Lines 197-203
Link Here
|
| 197 |
<label for="branchaddress2">Address line 2: </label> |
197 |
<label for="branchaddress2">Address line 2: </label> |
| 198 |
</div> |
198 |
</div> |
| 199 |
<div class="fg-input"> |
199 |
<div class="fg-input"> |
| 200 |
<input type="text" name="branchaddress2" id="branchaddress2" size="60" value="[% library.branchaddress2 | html %]" /> |
200 |
<input type="text" name="branchaddress2" id="branchaddress2" value="[% library.branchaddress2 | html %]" /> |
| 201 |
</div> |
201 |
</div> |
| 202 |
</div> |
202 |
</div> |
| 203 |
<div class="fg-row"> |
203 |
<div class="fg-row"> |
|
Lines 205-211
Link Here
|
| 205 |
<label for="branchaddress3">Address line 3: </label> |
205 |
<label for="branchaddress3">Address line 3: </label> |
| 206 |
</div> |
206 |
</div> |
| 207 |
<div class="fg-input"> |
207 |
<div class="fg-input"> |
| 208 |
<input type="text" name="branchaddress3" id="branchaddress3" size="60" value="[% library.branchaddress3 | html %]" /> |
208 |
<input type="text" name="branchaddress3" id="branchaddress3" value="[% library.branchaddress3 | html %]" /> |
| 209 |
</div> |
209 |
</div> |
| 210 |
</div> |
210 |
</div> |
| 211 |
<div class="fg-row"> |
211 |
<div class="fg-row"> |
|
Lines 213-219
Link Here
|
| 213 |
<label for="branchcity">City: </label> |
213 |
<label for="branchcity">City: </label> |
| 214 |
</div> |
214 |
</div> |
| 215 |
<div class="fg-input"> |
215 |
<div class="fg-input"> |
| 216 |
<input type="text" name="branchcity" id="branchcity" size="60" value="[% library.branchcity | html %]" /> |
216 |
<input type="text" name="branchcity" id="branchcity" value="[% library.branchcity | html %]" /> |
| 217 |
</div> |
217 |
</div> |
| 218 |
</div> |
218 |
</div> |
| 219 |
<div class="fg-row"> |
219 |
<div class="fg-row"> |
|
Lines 221-235
Link Here
|
| 221 |
<label for="branchstate">State: </label> |
221 |
<label for="branchstate">State: </label> |
| 222 |
</div> |
222 |
</div> |
| 223 |
<div class="fg-input"> |
223 |
<div class="fg-input"> |
| 224 |
<input type="text" name="branchstate" id="branchstate" size="60" value="[% library.branchstate | html %]" /> |
224 |
<input type="text" name="branchstate" id="branchstate" value="[% library.branchstate | html %]" /> |
| 225 |
</div> |
225 |
</div> |
| 226 |
</div> |
226 |
</div> |
| 227 |
<div class="fg-row"> |
227 |
<div class="fg-row input-md"> |
| 228 |
<div class="fg-label"> |
228 |
<div class="fg-label"> |
| 229 |
<label for="branchzip">ZIP/Postal code: </label> |
229 |
<label for="branchzip">ZIP/Postal code: </label> |
| 230 |
</div> |
230 |
</div> |
| 231 |
<div class="fg-input"> |
231 |
<div class="fg-input"> |
| 232 |
<input type="text" name="branchzip" id="branchzip" size="25" maxlength="25" value="[% library.branchzip | html %]" /> |
232 |
<input type="text" name="branchzip" id="branchzip" maxlength="25" value="[% library.branchzip | html %]" /> |
| 233 |
</div> |
233 |
</div> |
| 234 |
</div> |
234 |
</div> |
| 235 |
<div class="fg-row"> |
235 |
<div class="fg-row"> |
|
Lines 237-243
Link Here
|
| 237 |
<label for="branchcountry">Country: </label> |
237 |
<label for="branchcountry">Country: </label> |
| 238 |
</div> |
238 |
</div> |
| 239 |
<div class="fg-input"> |
239 |
<div class="fg-input"> |
| 240 |
<input type="text" name="branchcountry" id="branchcountry" size="60" value="[% library.branchcountry | html %]" /> |
240 |
<input type="text" name="branchcountry" id="branchcountry" value="[% library.branchcountry | html %]" /> |
| 241 |
</div> |
241 |
</div> |
| 242 |
</div> |
242 |
</div> |
| 243 |
<div class="fg-row"> |
243 |
<div class="fg-row"> |
|
Lines 245-251
Link Here
|
| 245 |
<label for="branchphone">Phone: </label> |
245 |
<label for="branchphone">Phone: </label> |
| 246 |
</div> |
246 |
</div> |
| 247 |
<div class="fg-input"> |
247 |
<div class="fg-input"> |
| 248 |
<input type="text" name="branchphone" id="branchphone" size="60" value="[% library.branchphone | html %]" /> |
248 |
<input type="text" name="branchphone" id="branchphone" value="[% library.branchphone | html %]" /> |
| 249 |
</div> |
249 |
</div> |
| 250 |
</div> |
250 |
</div> |
| 251 |
<div class="fg-row"> |
251 |
<div class="fg-row"> |
|
Lines 253-259
Link Here
|
| 253 |
<label for="branchfax">Fax: </label> |
253 |
<label for="branchfax">Fax: </label> |
| 254 |
</div> |
254 |
</div> |
| 255 |
<div class="fg-input"> |
255 |
<div class="fg-input"> |
| 256 |
<input type="text" name="branchfax" id="branchfax" size="60" value="[% library.branchfax | html %]" /> |
256 |
<input type="text" name="branchfax" id="branchfax" value="[% library.branchfax | html %]" /> |
| 257 |
</div> |
257 |
</div> |
| 258 |
</div> |
258 |
</div> |
| 259 |
<div class="fg-row"> |
259 |
<div class="fg-row"> |
|
Lines 261-267
Link Here
|
| 261 |
<label for="branchemail">Email: </label> |
261 |
<label for="branchemail">Email: </label> |
| 262 |
</div> |
262 |
</div> |
| 263 |
<div class="fg-input"> |
263 |
<div class="fg-input"> |
| 264 |
<input type="text" name="branchemail" id="branchemail" class="email" size="80" value="[% library.branchemail | html %]" /> |
264 |
<input type="text" name="branchemail" id="branchemail" class="email" value="[% library.branchemail | html %]" /> |
| 265 |
</div> |
265 |
</div> |
| 266 |
</div> |
266 |
</div> |
| 267 |
[% IF (Koha.Preference('ILLModule')) %] |
267 |
[% IF (Koha.Preference('ILLModule')) %] |
|
Lines 270-276
Link Here
|
| 270 |
<label for="branchillemail">ILL staff email: </label> |
270 |
<label for="branchillemail">ILL staff email: </label> |
| 271 |
</div> |
271 |
</div> |
| 272 |
<div class="fg-input"> |
272 |
<div class="fg-input"> |
| 273 |
<input type="text" name="branchillemail" id="branchillemail" class="email" size="80" value="[% library.branchillemail | html %]" /> |
273 |
<input type="text" name="branchillemail" id="branchillemail" class="email" value="[% library.branchillemail | html %]" /> |
| 274 |
</div> |
274 |
</div> |
| 275 |
<div class="hint"> |
275 |
<div class="hint"> |
| 276 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
276 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
|
Lines 287-293
Link Here
|
| 287 |
<label for="branchreplyto">Reply-To: </label> |
287 |
<label for="branchreplyto">Reply-To: </label> |
| 288 |
</div> |
288 |
</div> |
| 289 |
<div class="fg-input"> |
289 |
<div class="fg-input"> |
| 290 |
<input type="text" name="branchreplyto" id="branchreplyto" class="email" size="80" value="[% library.branchreplyto | html %]" /> |
290 |
<input type="text" name="branchreplyto" id="branchreplyto" class="email" value="[% library.branchreplyto | html %]" /> |
| 291 |
</div> |
291 |
</div> |
| 292 |
<div class="hint"> |
292 |
<div class="hint"> |
| 293 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
293 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
|
Lines 303-309
Link Here
|
| 303 |
<label for="branchreturnpath">Return-Path: </label> |
303 |
<label for="branchreturnpath">Return-Path: </label> |
| 304 |
</div> |
304 |
</div> |
| 305 |
<div class="fg-input"> |
305 |
<div class="fg-input"> |
| 306 |
<input type="text" name="branchreturnpath" id="branchreturnpath" class="email" size="80" value="[% library.branchreturnpath | html %]" /> |
306 |
<input type="text" name="branchreturnpath" id="branchreturnpath" class="email" value="[% library.branchreturnpath | html %]" /> |
| 307 |
</div> |
307 |
</div> |
| 308 |
<div class="hint"> |
308 |
<div class="hint"> |
| 309 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
309 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
|
Lines 340-346
Link Here
|
| 340 |
<label for="branchurl">URL: </label> |
340 |
<label for="branchurl">URL: </label> |
| 341 |
</div> |
341 |
</div> |
| 342 |
<div class="fg-input"> |
342 |
<div class="fg-input"> |
| 343 |
<input type="text" name="branchurl" id="branchurl" size="80" value="[% library.branchurl | html %]" class="url" /> |
343 |
<input type="text" name="branchurl" id="branchurl" value="[% library.branchurl | html %]" class="url" /> |
| 344 |
</div> |
344 |
</div> |
| 345 |
</div> |
345 |
</div> |
| 346 |
<div class="fg-row"> |
346 |
<div class="fg-row"> |
|
Lines 357-377
Link Here
|
| 357 |
[% END %] |
357 |
[% END %] |
| 358 |
</div> |
358 |
</div> |
| 359 |
</div> |
359 |
</div> |
| 360 |
<div class="fg-row"> |
360 |
<div class="fg-row input-md"> |
| 361 |
<div class="fg-label"> |
361 |
<div class="fg-label"> |
| 362 |
<label for="branchip">IP: </label> |
362 |
<label for="branchip">IP: </label> |
| 363 |
</div> |
363 |
</div> |
| 364 |
<div class="fg-input"> |
364 |
<div class="fg-input"> |
| 365 |
<input type="text" name="branchip" id="branchip" size="15" maxlength="15" value="[% library.branchip | html %]" /> |
365 |
<input type="text" name="branchip" id="branchip" maxlength="15" value="[% library.branchip | html %]" /> |
| 366 |
</div> |
366 |
</div> |
| 367 |
<div class="hint">Enter as a single IP address, or a subnet such as 192.168.1.*</div> |
367 |
<div class="hint">Enter as a single IP address, or a subnet such as 192.168.1.*</div> |
| 368 |
</div> |
368 |
</div> |
| 369 |
<div class="fg-row"> |
369 |
<div class="fg-row input-md"> |
| 370 |
<div class="fg-label"> |
370 |
<div class="fg-label"> |
| 371 |
<label for="marcorgcode">MARC organization code: </label> |
371 |
<label for="marcorgcode">MARC organization code: </label> |
| 372 |
</div> |
372 |
</div> |
| 373 |
<div class="fg-input"> |
373 |
<div class="fg-input"> |
| 374 |
<input type="text" name="marcorgcode" id="marcorgcode" size="16" maxlength="16" value="[% library.marcorgcode | html %]" /> |
374 |
<input type="text" name="marcorgcode" id="marcorgcode" maxlength="16" value="[% library.marcorgcode | html %]" /> |
| 375 |
</div> |
375 |
</div> |
| 376 |
<div class="hint"> |
376 |
<div class="hint"> |
| 377 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
377 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
|
Lines 388-394
Link Here
|
| 388 |
<label for="branchnotes">Notes: </label> |
388 |
<label for="branchnotes">Notes: </label> |
| 389 |
</div> |
389 |
</div> |
| 390 |
<div class="fg-input"> |
390 |
<div class="fg-input"> |
| 391 |
<input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes | html %]" /> |
391 |
<input type="text" name="branchnotes" id="branchnotes" value="[% library.branchnotes | html %]" /> |
| 392 |
</div> |
392 |
</div> |
| 393 |
</div> |
393 |
</div> |
| 394 |
<div class="fg-row"> |
394 |
<div class="fg-row"> |
|
Lines 452-467
Link Here
|
| 452 |
</td> |
452 |
</td> |
| 453 |
<td> |
453 |
<td> |
| 454 |
[% IF hr.open_time %] |
454 |
[% IF hr.open_time %] |
| 455 |
<input type="text" size="5" value="[% hr.open_time | html %]" name="open_time" class="flatpickr" data-flatpickr-time-only="true" /> |
455 |
<input type="text" value="[% hr.open_time | html %]" name="open_time" class="flatpickr" data-flatpickr-time-only="true" /> |
| 456 |
[% ELSE %] |
456 |
[% ELSE %] |
| 457 |
<input type="text" size="5" value="" name="open_time" class="flatpickr" data-flatpickr-time-only="true" /> |
457 |
<input type="text" value="" name="open_time" class="flatpickr" data-flatpickr-time-only="true" /> |
| 458 |
[% END %] |
458 |
[% END %] |
| 459 |
</td> |
459 |
</td> |
| 460 |
<td> |
460 |
<td> |
| 461 |
[% IF hr.close_time %] |
461 |
[% IF hr.close_time %] |
| 462 |
<input type="text" size="5" value="[% hr.close_time | html %]" name="close_time" class="flatpickr" data-flatpickr-time-only="true" /> |
462 |
<input type="text" value="[% hr.close_time | html %]" name="close_time" class="flatpickr" data-flatpickr-time-only="true" /> |
| 463 |
[% ELSE %] |
463 |
[% ELSE %] |
| 464 |
<input type="text" size="5" value="" name="close_time" class="flatpickr" data-flatpickr-time-only="true" /> |
464 |
<input type="text" value="" name="close_time" class="flatpickr" data-flatpickr-time-only="true" /> |
| 465 |
[% END %] |
465 |
[% END %] |
| 466 |
</td> |
466 |
</td> |
| 467 |
</tr> |
467 |
</tr> |
|
Lines 475-484
Link Here
|
| 475 |
<input type="hidden" value="[% d | html %]" name="day" /> |
475 |
<input type="hidden" value="[% d | html %]" name="day" /> |
| 476 |
</td> |
476 |
</td> |
| 477 |
<td> |
477 |
<td> |
| 478 |
<input type="text" size="5" name="open_time" class="noEnterSubmit flatpickr" data-flatpickr-time-only="true" /> |
478 |
<input type="text" name="open_time" class="noEnterSubmit flatpickr" data-flatpickr-time-only="true" /> |
| 479 |
</td> |
479 |
</td> |
| 480 |
<td> |
480 |
<td> |
| 481 |
<input type="text" size="5" name="close_time" class="noEnerSubmit flatpickr" data-flatpickr-time-only="true" /> |
481 |
<input type="text" name="close_time" class="noEnerSubmit flatpickr" data-flatpickr-time-only="true" /> |
| 482 |
</td> |
482 |
</td> |
| 483 |
</tr> |
483 |
</tr> |
| 484 |
[% END %] |
484 |
[% END %] |