Bugzilla – Attachment 64442 Details for
Bug 18684
Translatability: Get rid of %%] in translation for currency.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18684: (followup) Move 2 closing h3 tags to end of previous lines
Bug-18684-followup-Move-2-closing-h3-tags-to-end-o.patch (text/plain), 1.55 KB, created by
Marc Véron
on 2017-06-19 20:48:10 UTC
(
hide
)
Description:
Bug 18684: (followup) Move 2 closing h3 tags to end of previous lines
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-06-19 20:48:10 UTC
Size:
1.55 KB
patch
obsolete
>From 35631ce0b722fa7b501122466c6fd0b3c21b104a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 19 Jun 2017 22:45:04 +0200 >Subject: [PATCH] Bug 18684: (followup) Move 2 closing h3 tags to end of > previous lines > >See comment #4 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 6 ++---- > 1 file changed, 2 insertions(+), 4 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 5299e75..9b7e106 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -153,8 +153,7 @@ > [% IF op =='delete_confirm' %] > [% IF nb_of_orders or nb_of_vendors %] > <div class="dialog alert"> >- <h3>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %] >-</h3> >+ <h3>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h3> > <p> > [% IF nb_of_orders %] > This currency is used by [% nb_of_orders %] orders. >@@ -169,8 +168,7 @@ > </div> > [% ELSE %] > <div class="dialog alert"> >- <h3>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %] >-</h3> >+ <h3>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h3> > <table> > <tr><th>Currency</th> > <td>[% currency.currency %]</td> >-- >2.1.4
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 18684
:
63753
|
63769
|
64418
| 64442