Bugzilla – Attachment 150940 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), 1.97 KB, created by
Jonathan Druart
on 2023-05-10 08:42:15 UTC
(
hide
)
Description:
Bug 33642: Fix 'No log found.' in viewlog
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-05-10 08:42:15 UTC
Size:
1.97 KB
patch
obsolete
>From f0cc1e47cd409dc229fd4c048c70c8b9c31b2435 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 > >It should ease translatability and remove an extra space. >--- > .../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 531d6f2d63e..97e8017d90f 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.25.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 33642
:
150940
|
150975
|
151115