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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-5 / +8 lines)
Lines 193-199 Libraries › Administration › Koha Link Here
193
                    <input type="text" name="branchillemail" id="branchillemail" class="email"  size="80" value="[% library.branchillemail | html %]" />
193
                    <input type="text" name="branchillemail" id="branchillemail" class="email"  size="80" value="[% library.branchillemail | html %]" />
194
                    <div class="hint">
194
                    <div class="hint">
195
                        [% IF ( CAN_user_parameters_manage_sysprefs ) %]
195
                        [% IF ( CAN_user_parameters_manage_sysprefs ) %]
196
                            Default: <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=ILLDefaultStaffEmail">ILLDefaultStaffEmail</a> system preference
196
                            [% SET pref_ILLDefaultStaffEmail_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ILLDefaultStaffEmail">ILLDefaultStaffEmail</a>' %]
197
                            Default: [% pref_ILLDefaultStaffEmail_link | $raw %] system preference
197
                        [% ELSE %]
198
                        [% ELSE %]
198
                            Default: ILLDefaultStaffEmail system preference
199
                            Default: ILLDefaultStaffEmail system preference
199
                        [% END %]
200
                        [% END %]
Lines 205-211 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
205
                    <input type="text" name="branchreplyto" id="branchreplyto" class="email"  size="80" value="[% library.branchreplyto | html %]" />
206
                    <input type="text" name="branchreplyto" id="branchreplyto" class="email"  size="80" value="[% library.branchreplyto | html %]" />
206
                    <div class="hint">
207
                    <div class="hint">
207
                         [% IF ( CAN_user_parameters_manage_sysprefs ) %]
208
                         [% IF ( CAN_user_parameters_manage_sysprefs ) %]
208
                            Default: <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=ReplyToDefault">ReplyToDefault</a> system preference
209
                            [% SET pref_ReplyToDefault_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplyToDefault">ReplyToDefault</a>' %]
210
                            Default: [% pref_ReplyToDefault_link | $raw %] system preference
209
                        [% ELSE %]
211
                        [% ELSE %]
210
                            Default: ReplyToDefault system preference
212
                            Default: ReplyToDefault system preference
211
                        [% END %]
213
                        [% END %]
Lines 216-222 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
216
                    <input type="text" name="branchreturnpath" id="branchreturnpath" class="email"  size="80" value="[% library.branchreturnpath | html %]" />
218
                    <input type="text" name="branchreturnpath" id="branchreturnpath" class="email"  size="80" value="[% library.branchreturnpath | html %]" />
217
                    <div class="hint">
219
                    <div class="hint">
218
                         [% IF ( CAN_user_parameters_manage_sysprefs ) %]
220
                         [% IF ( CAN_user_parameters_manage_sysprefs ) %]
219
                            Default: <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=ReturnpathDefault">ReturnpathDefault</a> system preference
221
                            [% SET pref_ReturnpathDefault_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReturnpathDefault">ReturnpathDefault</a>' %]
222
                            Default: [% pref_ReturnpathDefault_link | $raw %] system preference
220
                        [% ELSE %]
223
                        [% ELSE %]
221
                            Default: ReturnpathDefault system preference
224
                            Default: ReturnpathDefault system preference
222
                        [% END %]
225
                        [% END %]
Lines 257-263 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
257
                    <input type="text" name="marcorgcode" id="marcorgcode" size="16" maxlength="16" value="[% library.marcorgcode | html %]" />
260
                    <input type="text" name="marcorgcode" id="marcorgcode" size="16" maxlength="16" value="[% library.marcorgcode | html %]" />
258
                    <div class="hint">
261
                    <div class="hint">
259
                        [% IF ( CAN_user_parameters_manage_sysprefs ) %]
262
                        [% IF ( CAN_user_parameters_manage_sysprefs ) %]
260
                            If not filled in defaults to system preference <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=MARCOrgCode">MARCOrgCode</a>.
263
                            [% SET pref_MARCOrgCode_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOrgCode">MARCOrgCode</a>' %]
264
                            If not filled in defaults to system preference [% pref_MARCOrgCode_link | $raw %].
261
                        [% ELSE %]
265
                        [% ELSE %]
262
                            If not filled in defaults to system preference MARCOrgCode.
266
                            If not filled in defaults to system preference MARCOrgCode.
263
                        [% END %]
267
                        [% END %]
264
- 

Return to bug 31957