Bugzilla – Attachment 122612 Details for
Bug 28177
Add date column and column configuration to uploads
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28177: (follow-up) Add time to date column
Bug-28177-follow-up-Add-time-to-date-column.patch (text/plain), 1.20 KB, created by
Owen Leonard
on 2021-07-06 11:13:51 UTC
(
hide
)
Description:
Bug 28177: (follow-up) Add time to date column
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-07-06 11:13:51 UTC
Size:
1.20 KB
patch
obsolete
>From 2475ecc0bc628bb564bf8e136bdf59a6a785dfdf Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 6 Jul 2021 11:11:31 +0000 >Subject: [PATCH] Bug 28177: (follow-up) Add time to date column > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >index be83a3d754..3ad746be86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >@@ -211,7 +211,7 @@ > <td>[% record.filename | html %]</td> > <td>[% record.filesize | html %]</td> > <td>[% record.hashvalue | html %]</td> >- <td data-order="[% record.dtcreated | html %]">[% record.dtcreated | $KohaDates %]</td> >+ <td data-order="[% record.dtcreated | html %]">[% record.dtcreated | $KohaDates with_hours = 1 %]</td> > <td> > <a href="/cgi-bin/koha/tools/upload.pl?op=browse&browsecategory=[% record.uploadcategorycode | uri %]">[% AuthorisedValues.GetByCode( 'UPLOAD', record.uploadcategorycode ) | html %]</a> > </td> >-- >2.20.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 28177
:
120767
|
121868
|
122584
| 122612