Bugzilla – Attachment 146272 Details for
Bug 32226
Capitalization: Edit html content
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32226: Fix capitalization of "Add/Edit html content"
Bug-32226-Fix-capitalization-of-AddEdit-html-conte.patch (text/plain), 2.15 KB, created by
Owen Leonard
on 2023-02-06 13:51:53 UTC
(
hide
)
Description:
Bug 32226: Fix capitalization of "Add/Edit html content"
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-02-06 13:51:53 UTC
Size:
2.15 KB
patch
obsolete
>From f68d13cf4d5d7116fa6847d2559a898e3107d30a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 5 Feb 2023 01:57:15 +0100 >Subject: [PATCH] Bug 32226: Fix capitalization of "Add/Edit html content" > >HTML is an abbreviation and as such should always be >capitalized. > >To test: >* Go to administration > libraries >* Edit any existing branch >* The hint for OPAC info reads 'Add html content' >* Add some content, verify the link changes to 'Edit html content' >* Apply patch >* Verify both cases now read 'HTML' > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 881e3d92c9..39b66c0b86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -242,9 +242,9 @@ Libraries › Administration › Koha > <li><label for="opac_info">OPAC info: </label> > [% IF OpacLibraryInfo %]<!-- opac_info --> > <div>[% OpacLibraryInfo.content | $raw %]</div> >- <div class="hint"><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&id=[% OpacLibraryInfo.id | $raw %]&editmode=wysiwyg" target="_blank">Edit html content</a></div> >+ <div class="hint"><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&id=[% OpacLibraryInfo.id | $raw %]&editmode=wysiwyg" target="_blank">Edit HTML content</a></div> > [% ELSE %] >- <a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&editmode=wysiwyg" target="_blank">Add html content</a> >+ <a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&editmode=wysiwyg" target="_blank">Add HTML content</a> > [% END %] > </li> > <li> >-- >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 32226
:
146182
|
146272
|
146320