Bugzilla – Attachment 118224 Details for
Bug 27583
Clarify how cash management fits together
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27583: (QA follow-up) Undo developer readability
Bug-27583-QA-follow-up-Undo-developer-readability.patch (text/plain), 2.30 KB, created by
Martin Renvoize (ashimema)
on 2021-03-15 10:02:06 UTC
(
hide
)
Description:
Bug 27583: (QA follow-up) Undo developer readability
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-15 10:02:06 UTC
Size:
2.30 KB
patch
obsolete
>From 4fa79148f65f3428308428a48bcce6cfdb35abd9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 15 Mar 2021 10:00:09 +0000 >Subject: [PATCH] Bug 27583: (QA follow-up) Undo developer readability > >I added new lines for each slug of the breadcrumbs (As is the case in >many other locations in Koha), but Katrin highlighted that this breaks >the string into distinct slugs without context for translation and this >is apparently a bad thing. So this patch undoes that change and puts >them back onto one long line. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 4 +--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt | 4 +--- > 2 files changed, 2 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >index a3875ca8a8..adf23386e2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >@@ -17,9 +17,7 @@ > [% INCLUDE 'circ-search.inc' %] > > <div id="breadcrumbs"> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >- › <a href="/cgi-bin/koha/tools/tools-home.pl">Cash management</a> >- › Transaction history for [% register.name | html %] >+ <a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Cash management</a> › Transaction history for [% register.name | html %] > </div> > > <div class="main container-fluid"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >index ca24787fc7..d04038e951 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >@@ -14,9 +14,7 @@ > [% INCLUDE 'circ-search.inc' %] > > <div id="breadcrumbs"> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >- › <a href="/cgi-bin/koha/tools/tools-home.pl">Cash management</a> >- › Cash summary for [% library.branchname | html %] >+ <a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Cash management</a> › Cash summary for [% library.branchname | html %] > </div> > > <div class="main container-fluid"> >-- >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 27583
:
116156
|
116157
|
118127
|
118224
|
120912
|
122690