@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -195,7 +195,7 @@ Libraries › Administration › Koha
[% IF ( CAN_user_parameters_manage_sysprefs ) %] [% pref_ILLDefaultStaffEmail_link = BLOCK %]ILLDefaultStaffEmail[% END %] - Default: [% pref_ILLDefaultStaffEmail_link | $KohaSpan %] system preference + Default: [% pref_ILLDefaultStaffEmail_link | $raw | $KohaSpan %] system preference [% ELSE %] Default: ILLDefaultStaffEmail system preference [% END %] @@ -208,7 +208,7 @@ Libraries › Administration › Koha
[% IF ( CAN_user_parameters_manage_sysprefs ) %] [% pref_ReplyToDefault_link = BLOCK %]ReplyToDefault[% END %] - Default: [% pref_ReplyToDefault_link | $KohaSpan %] system preference + Default: [% pref_ReplyToDefault_link | $raw | $KohaSpan %] system preference [% ELSE %] Default: ReplyToDefault system preference [% END %] @@ -220,7 +220,7 @@ Libraries › Administration › Koha
[% IF ( CAN_user_parameters_manage_sysprefs ) %] [% pref_ReturnpathDefault_link = BLOCK %]ReturnpathDefault[% END %] - Default: [% pref_ReturnpathDefault_link | $KohaSpan %] system preference + Default: [% pref_ReturnpathDefault_link | $raw | $KohaSpan %] system preference [% ELSE %] Default: ReturnpathDefault system preference [% END %] @@ -262,7 +262,7 @@ Libraries › Administration › Koha
[% IF ( CAN_user_parameters_manage_sysprefs ) %] [% pref_MARCOrgCode_link = BLOCK %]MARCOrgCode[% END %] - If not filled in defaults to system preference [% pref_MARCOrgCode_link | $KohaSpan %]. + If not filled in defaults to system preference [% pref_MARCOrgCode_link | $raw | $KohaSpan %]. [% ELSE %] If not filled in defaults to system preference MARCOrgCode. [% END %] --