|
Lines 4-9
Link Here
|
| 4 |
[% USE TablesSettings %] |
4 |
[% USE TablesSettings %] |
| 5 |
[%- USE KohaSpan -%] |
5 |
[%- USE KohaSpan -%] |
| 6 |
[% USE KohaTimes %] |
6 |
[% USE KohaTimes %] |
|
|
7 |
[% USE LinkPref %] |
| 7 |
[% PROCESS 'i18n.inc' %] |
8 |
[% PROCESS 'i18n.inc' %] |
| 8 |
[% SET footerjs = 1 %] |
9 |
[% SET footerjs = 1 %] |
| 9 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
|
Lines 265-278
Link Here
|
| 265 |
<div class="fg-input"> |
266 |
<div class="fg-input"> |
| 266 |
<input type="text" name="branchillemail" id="branchillemail" class="email" size="80" value="[% library.branchillemail | html %]" /> |
267 |
<input type="text" name="branchillemail" id="branchillemail" class="email" size="80" value="[% library.branchillemail | html %]" /> |
| 267 |
</div> |
268 |
</div> |
| 268 |
<div class="hint"> |
269 |
<div class="hint"> Default: [% "ILLDefaultStaffEmail" | html | $LinkPref %] system preference. </div> |
| 269 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
|
|
| 270 |
[% pref_ILLDefaultStaffEmail_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ILLDefaultStaffEmail">ILLDefaultStaffEmail</a>[% END %] |
| 271 |
Default: [% pref_ILLDefaultStaffEmail_link | $raw | $KohaSpan %] system preference |
| 272 |
[% ELSE %] |
| 273 |
Default: ILLDefaultStaffEmail system preference |
| 274 |
[% END %] |
| 275 |
</div> |
| 276 |
</div> |
270 |
</div> |
| 277 |
[% END %] |
271 |
[% END %] |
| 278 |
<div class="fg-row"> |
272 |
<div class="fg-row"> |
|
Lines 282-295
Link Here
|
| 282 |
<div class="fg-input"> |
276 |
<div class="fg-input"> |
| 283 |
<input type="text" name="branchreplyto" id="branchreplyto" class="email" size="80" value="[% library.branchreplyto | html %]" /> |
277 |
<input type="text" name="branchreplyto" id="branchreplyto" class="email" size="80" value="[% library.branchreplyto | html %]" /> |
| 284 |
</div> |
278 |
</div> |
| 285 |
<div class="hint"> |
279 |
<div class="hint"> Default: [% "ReplyToDefault" | html | $LinkPref %] system preference. </div> |
| 286 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
|
|
| 287 |
[% pref_ReplyToDefault_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplyToDefault">ReplyToDefault</a>[% END %] |
| 288 |
Default: [% pref_ReplyToDefault_link | $raw | $KohaSpan %] system preference |
| 289 |
[% ELSE %] |
| 290 |
Default: ReplyToDefault system preference |
| 291 |
[% END %] |
| 292 |
</div> |
| 293 |
</div> |
280 |
</div> |
| 294 |
<div class="fg-row"> |
281 |
<div class="fg-row"> |
| 295 |
<div class="fg-label"> |
282 |
<div class="fg-label"> |
|
Lines 298-311
Link Here
|
| 298 |
<div class="fg-input"> |
285 |
<div class="fg-input"> |
| 299 |
<input type="text" name="branchreturnpath" id="branchreturnpath" class="email" size="80" value="[% library.branchreturnpath | html %]" /> |
286 |
<input type="text" name="branchreturnpath" id="branchreturnpath" class="email" size="80" value="[% library.branchreturnpath | html %]" /> |
| 300 |
</div> |
287 |
</div> |
| 301 |
<div class="hint"> |
288 |
<div class="hint"> Default: [% "ReturnpathDefault" | html | $LinkPref %] system preference. </div> |
| 302 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
|
|
| 303 |
[% pref_ReturnpathDefault_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReturnpathDefault">ReturnpathDefault</a>[% END %] |
| 304 |
Default: [% pref_ReturnpathDefault_link | $raw | $KohaSpan %] system preference |
| 305 |
[% ELSE %] |
| 306 |
Default: ReturnpathDefault system preference |
| 307 |
[% END %] |
| 308 |
</div> |
| 309 |
</div> |
289 |
</div> |
| 310 |
<div class="fg-row"> |
290 |
<div class="fg-row"> |
| 311 |
<div class="fg-label"> |
291 |
<div class="fg-label"> |
|
Lines 377-389
Link Here
|
| 377 |
<input type="text" name="marcorgcode" id="marcorgcode" size="16" maxlength="16" value="[% library.marcorgcode | html %]" /> |
357 |
<input type="text" name="marcorgcode" id="marcorgcode" size="16" maxlength="16" value="[% library.marcorgcode | html %]" /> |
| 378 |
</div> |
358 |
</div> |
| 379 |
<div class="hint"> |
359 |
<div class="hint"> |
| 380 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
360 |
Default: [% "MARCOrgCode" | html | $LinkPref %] system preference. Obtain a library code from the <a href="https://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>. |
| 381 |
[% pref_MARCOrgCode_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOrgCode">MARCOrgCode</a>[% END %] |
|
|
| 382 |
Default: [% pref_MARCOrgCode_link | $raw | $KohaSpan %] system preference. |
| 383 |
[% ELSE %] |
| 384 |
Default: MARCOrgCode system preference. |
| 385 |
[% END %] |
| 386 |
Obtain a library code from the <a href="https://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>. |
| 387 |
</div> |
361 |
</div> |
| 388 |
</div> |
362 |
</div> |
| 389 |
<div class="fg-row"> |
363 |
<div class="fg-row"> |
| 390 |
- |
|
|