Bugzilla – Attachment 189317 Details for
Bug 41216
Resurrect tt_valid.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41216: Try to fix by adding a space between TT tag and attribute
Bug-41216-Try-to-fix-by-adding-a-space-between-TT-.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2025-11-07 12:59:03 UTC
(
hide
)
Description:
Bug 41216: Try to fix by adding a space between TT tag and attribute
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-07 12:59:03 UTC
Size:
1.56 KB
patch
obsolete
>From 35c758a72a95523ecc07414dd6b7700c0018bf7d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 7 Nov 2025 13:20:27 +0100 >Subject: [PATCH] Bug 41216: Try to fix by adding a space between TT tag and > attribute > >--- > .../prog/en/includes/mana/mana-subscription-search-result.inc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc >index 20ae6e47b7f..ec31106ecc7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc >@@ -41,7 +41,9 @@ > <tr > id="row[% subscription.id | html %]" > [% IF tr_class %]class="[% tr_class | html %]"[% END %] >- [% IF tr_warning %]title="This resource has been reported more than [% tr_warning | html %] times, take care!"[% END %] >+ [% IF tr_warning %] >+ title="This resource has been reported more than [% tr_warning | html %] times, take care!" >+ [% END %] > > > <input type="hidden" hidden class="rowid" value="[% subscription.id | html %]" /> > <td>[% IF ( subscription.issn ) %][% subscription.issn | html %][% END %]</td> >-- >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 41216
:
189316
|
189317
|
189318
|
189328
|
189329
|
189330