Bugzilla – Attachment 151115 Details for
Bug 33642
Typo: No log found .
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33642: Fix 'No log found.' in viewlog
Bug-33642-Fix-No-log-found-in-viewlog.patch (text/plain), 2.12 KB, created by
Marcel de Rooy
on 2023-05-12 07:13:06 UTC
(
hide
)
Description:
Bug 33642: Fix 'No log found.' in viewlog
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-05-12 07:13:06 UTC
Size:
2.12 KB
patch
obsolete
>From 1f24dd3153a1b6de197a4d32decc1202e5d77a79 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 10 May 2023 10:41:30 +0200 >Subject: [PATCH] Bug 33642: Fix 'No log found.' in viewlog >Content-Type: text/plain; charset=utf-8 > >It should ease translatability and remove an extra space. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index 531d6f2d63..97e8017d90 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -410,14 +410,13 @@ > </div> <!-- /.page-section --> > [% ELSE %] > <div class="dialog alert"> >- No log found > [% IF ( CATALOGUING ) %] >- for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object | url %]">Bibliographic record [% object | html %]</a> >- [% END %] >- [% IF ( MEMBERS ) %] >- for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object | url %]">[% INCLUDE 'patron-title.inc' %]</a> >+ No log found for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object | url %]">Bibliographic record [% object | html %]</a>. >+ [% ELSIF ( MEMBERS ) %] >+ No log found for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object | url %]">[% INCLUDE 'patron-title.inc' %]</a>. >+ [% ELSE %] >+ No log found. > [% END %] >- . > </div> > [% END %] > [% END %] >-- >2.30.2
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 33642
:
150940
|
150975
| 151115