Bugzilla – Attachment 152587 Details for
Bug 34103
Capitalization: Currencies & Exchange rates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34103: Capitalization: Currencies & Exchange rates
Bug-34103-Capitalization-Currencies--Exchange-rate.patch (text/plain), 2.12 KB, created by
Caroline Cyr La Rose
on 2023-06-22 20:10:25 UTC
(
hide
)
Description:
Bug 34103: Capitalization: Currencies & Exchange rates
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-06-22 20:10:25 UTC
Size:
2.12 KB
patch
obsolete
>From 6024c16be2ca9baa131f524c1c631e71888ad301 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 22 Jun 2023 16:06:50 -0400 >Subject: [PATCH] Bug 34103: Capitalization: Currencies & Exchange rates > >This patch corrects the breadcrumbs in the Administration > Currencies >and exchange rates page to follow current capitalization and >typographical guidelines. > >To test: >0. Apply patch >1. Go to Administration > Currencies and exchange rates >2. Verify that the breadcrumb has no spelling errors, and that > capitalization and typography guidelines are applied >3. Click 'Delete' next to one of the currencies >4. Verify that the breadcrumb has no spelling errors, and that > capitalization and typography guidelines are applied >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index 3902a02791..f96ea54a0a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -7,7 +7,7 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>[% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency | html %]'[% ELSE %]New currency[% END %][% END %] > [% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %] >-[% IF op == 'list' %]Currencies[% END %] › Currencies & Exchange rates › Administration › Koha >+[% IF op == 'list' %]Currencies[% END %] › Currencies and exchange rates › Administration › Koha > </title> > [% INCLUDE 'doc-head-close.inc' %] > </head> >@@ -23,7 +23,7 @@ > <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> > [% END %] > [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/admin/currency.pl">Currencies & Exchange rates</a> >+ <a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a> > [% END %] > > [% IF op == 'add_form' %] >-- >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 34103
:
152587
|
152590