Bugzilla – Attachment 132566 Details for
Bug 24975
Refactor database translations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24975: (follow-up) Rebase for bug 21946
Bug-24975-follow-up-Rebase-for-bug-21946.patch (text/plain), 2.85 KB, created by
Martin Renvoize (ashimema)
on 2022-03-30 11:58:26 UTC
(
hide
)
Description:
Bug 24975: (follow-up) Rebase for bug 21946
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-03-30 11:58:26 UTC
Size:
2.85 KB
patch
obsolete
>From 3ee413235855f623d06bd08fa72c4933be19b5e2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 14 Sep 2020 15:40:56 +0100 >Subject: [PATCH] Bug 24975: (follow-up) Rebase for bug 21946 > >--- > .../prog/en/modules/admin/itemtypes.tt | 32 ++----------------- > 1 file changed, 2 insertions(+), 30 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 0553bed1d7..34b1a0143a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -495,39 +495,11 @@ Item types › Administration › Koha > [% END %] > <td> > [% IF itemtype.parent_type %] >- [% IF itemtype.parent.translated_descriptions.size %] >- [% itemtype.parent.description | html %] (default)<br/> >- [% ELSE %] >- [% itemtype.parent.description | html %] >- [% END %] >+ [% itemtype.parent.description | html %] > </br> >- [% IF itemtype.translated_descriptions.size %] >- [% itemtype.description | html %] (default)<br/> >- [% FOR description IN itemtype.translated_descriptions %] >- [% IF description.translation == itemtype.translated_description %] >- -- <strong>[% description.translation | html %]</strong> >- [% ELSE %] >- -- [% description.translation | html %] ([% description.lang | html %]) >- [% END %] >- <br/> >- [% END %] >- [% ELSE %] > -- [% itemtype.description | html %] >- [% END %] > [% ELSE %] >- [% IF itemtype.translated_descriptions.size %] >- [% itemtype.description | html %] (default)<br/> >- [% FOR description IN itemtype.translated_descriptions %] >- [% IF description.translation == itemtype.translated_description %] >- <strong>[% description.translation | html %]</strong> >- [% ELSE %] >- [% description.translation | html %] ([% description.lang | html %]) >- [% END %] >- <br/> >- [% END %] >- [% ELSE %] >- [% itemtype.description | html %] >- [% END %] >+ [% itemtype.description | html %] > [% END %] > </td> > <td> >-- >2.20.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 24975
:
101703
|
101786
|
102387
|
102388
|
102513
|
102514
|
102688
|
102701
|
132388
|
132508
|
132509
|
132510
|
132511
|
132512
|
132513
|
132514
|
132515
|
132516
|
132517
|
132518
|
132519
|
132520
|
132521
|
132522
|
132523
|
132524
|
132525
|
132526
|
132527
|
132528
|
132529
|
132530
|
132531
|
132532
|
132533
|
132546
|
132562
|
132563
|
132564
|
132565
|
132566
|
132567
|
132568
|
132569
|
132570
|
132571
|
132572
|
132573
|
132574
|
132575
|
149941
|
149942
|
149943
|
149944
|
149945
|
149946
|
149947
|
149948
|
149949
|
149950
|
149951
|
149952
|
149953
|
149954
|
149956
|
149957
|
150015
|
150033
|
150034