Bugzilla – Attachment 146688 Details for
Bug 31957
Translation: Ability to change the sentence structure on library administration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31957: (QA follow-up) Add missing filters
Bug-31957-QA-follow-up-Add-missing-filters.patch (text/plain), 3.55 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-02-15 12:33:15 UTC
(
hide
)
Description:
Bug 31957: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-02-15 12:33:15 UTC
Size:
3.55 KB
patch
obsolete
>From f6bf78a1073857b6a1e6b76a99b7f26380122d36 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 15 Feb 2023 09:32:07 -0300 >Subject: [PATCH] Bug 31957: (QA follow-up) Add missing filters > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 32b33f78ba6..78e64ba6537 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -195,7 +195,7 @@ Libraries › Administration › Koha > <div class="hint"> > [% IF ( CAN_user_parameters_manage_sysprefs ) %] > [% pref_ILLDefaultStaffEmail_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ILLDefaultStaffEmail">ILLDefaultStaffEmail</a>[% 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 > <div class="hint"> > [% IF ( CAN_user_parameters_manage_sysprefs ) %] > [% pref_ReplyToDefault_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplyToDefault">ReplyToDefault</a>[% 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 > <div class="hint"> > [% IF ( CAN_user_parameters_manage_sysprefs ) %] > [% pref_ReturnpathDefault_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReturnpathDefault">ReturnpathDefault</a>[% 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 > <div class="hint"> > [% IF ( CAN_user_parameters_manage_sysprefs ) %] > [% pref_MARCOrgCode_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOrgCode">MARCOrgCode</a>[% 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 %] >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31957
:
145112
|
145113
|
145161
|
145162
|
145163
|
145164
|
145165
|
146513
|
146514
| 146688