Bugzilla – Attachment 136182 Details for
Bug 30733
Simplify translatable strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30733: fix url => URL to merge with existing string
Bug-30733-fix-url--URL-to-merge-with-existing-stri.patch (text/plain), 1.22 KB, created by
Victor Grousset/tuxayo
on 2022-06-16 16:04:25 UTC
(
hide
)
Description:
Bug 30733: fix url => URL to merge with existing string
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2022-06-16 16:04:25 UTC
Size:
1.22 KB
patch
obsolete
>From 9d3466bcb0368f7de0f56b6d9973f547977c9e0d Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 13 Jun 2022 05:29:00 +0200 >Subject: [PATCH] Bug 30733: fix url => URL to merge with existing string > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >--- > .../prog/en/modules/admin/auth_subfields_structure.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index 11845d08fe..83ab4f28be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -344,7 +344,7 @@ > [% END %] > [% IF ( loo.hidden ) %]<span>hidden</span>, > [% END %] >- [% IF ( loo.isurl ) %]<span>is a url</span>, >+ [% IF ( loo.isurl ) %]<span>is a URL</span>, > [% END %] > [% IF ( loo.authorised_value ) %] | <strong>Auth value:</strong>[% loo.authorised_value | html %], > [% END %] >-- >2.36.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 30733
:
134903
|
134908
|
134912
|
135444
|
135564
|
135565
|
135566
|
135567
|
135568
|
135569
|
136012
|
136013
|
136014
|
136015
|
136016
|
136017
|
136018
|
136019
|
136020
|
136021
|
136045
|
136046
|
136047
|
136048
|
136049
|
136050
|
136051
|
136052
|
136053
|
136054
|
136098
|
136099
|
136100
|
136101
|
136102
|
136103
|
136104
|
136105
|
136106
|
136107
|
136108
|
136109
|
136110
|
136111
|
136112
|
136113
|
136114
|
136115
|
136116
|
136117
|
136174
|
136175
|
136176
|
136177
|
136178
|
136179
|
136180
|
136181
|
136182
|
136183
|
136188
|
136189
|
136190
|
136191
|
136192
|
136193
|
136194
|
136195
|
136196
|
136197
|
136202
|
136203
|
136204
|
136205
|
136206
|
136207
|
136208
|
136209
|
136210
|
136211
|
136286