Bugzilla – Attachment 156731 Details for
Bug 33916
Improve translation of title tags: Labels
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33916: (QA follow-up) Remove redundant template code
Bug-33916-QA-follow-up-Remove-redundant-template-c.patch (text/plain), 1.62 KB, created by
Owen Leonard
on 2023-10-09 11:03:13 UTC
(
hide
)
Description:
Bug 33916: (QA follow-up) Remove redundant template code
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-10-09 11:03:13 UTC
Size:
1.62 KB
patch
obsolete
>From 348ef029b2737b4117091d5fe437adab3770e01c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 9 Oct 2023 10:59:40 +0000 >Subject: [PATCH] Bug 33916: (QA follow-up) Remove redundant template code > >--- > .../prog/en/modules/labels/label-manage.tt | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >index d6175f4c46..2e62a93f13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >@@ -49,15 +49,7 @@ > <main> > > [% INCLUDE 'labels-toolbar.inc' %] >- [% IF ( label_element == 'layout' ) %] >- <h2>[% PROCESS translate_label_element element=label_element_title %]</h2> >- [% ELSIF ( label_element == 'template' ) %] >- <h2>[% PROCESS translate_label_element element=label_element_title %]</h2> >- [% ELSIF ( label_element == 'profile' ) %] >- <h2>[% PROCESS translate_label_element element=label_element_title %]</h2> >- [% ELSIF ( label_element == 'batch' ) %] >- <h2>[% PROCESS translate_label_element element=label_element_title %]</h2> >- [% END %] >+ <h2>[% PROCESS translate_label_element element=label_element_title %]</h2> > > [% IF ( error ) %] > <div class="dialog alert"> >-- >2.30.2
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 33916
:
154689
|
155556
|
156731
|
157569
|
157570
|
157571