Bugzilla – Attachment 106420 Details for
Bug 25896
Missing closing `td` tag in smart-rules.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25896: Add missing closing </td> tag
Bug-25896-Add-missing-closing-td-tag.patch (text/plain), 1.41 KB, created by
Slava Shishkin
on 2020-06-29 19:27:46 UTC
(
hide
)
Description:
Bug 25896: Add missing closing </td> tag
Filename:
MIME Type:
Creator:
Slava Shishkin
Created:
2020-06-29 19:27:46 UTC
Size:
1.41 KB
patch
obsolete
>From d17e9c39396b7ca5807b9ccebda6f44a1c28e3fa Mon Sep 17 00:00:00 2001 >From: Slava Shishkin <slavashishkin@gmail.com> >Date: Mon, 29 Jun 2020 22:26:42 +0300 >Subject: [PATCH] Bug 25896: Add missing closing </td> tag > >File koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt had >one lost closing </td> tag in "daysmode" block. Added. > >Mentored-by: Andrew Nugged <nugged@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index cfea9b6cec..2b9f4513b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -208,6 +208,7 @@ > [% CASE 'Dayweek' %]<span title="Use the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise">Dayweek</span> > [% CASE %]<span title="Use the system preference 'useDaysMode' as a default value">Default</span> > [% END %] >+ </td> > <td> > [% IF ( lengthunit == 'days' ) %] > Days >-- >2.17.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 25896
:
106420
|
106455
|
106471