Bugzilla – Attachment 38614 Details for
Bug 14074
'suggested on' date on suggestion list not correctly formatted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14074 - Format 'suggested on' date in suggestion list correctly
Bug-14074---Format-suggested-on-date-in-suggestion.patch (text/plain), 2.17 KB, created by
Katrin Fischer
on 2015-04-28 20:50:54 UTC
(
hide
)
Description:
Bug 14074 - Format 'suggested on' date in suggestion list correctly
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-28 20:50:54 UTC
Size:
2.17 KB
patch
obsolete
>From 5ab7da8315f7a4311d0a982540b4b08365d65608 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Tue, 28 Apr 2015 22:49:33 +0200 >Subject: [PATCH] Bug 14074 - Format 'suggested on' date in suggestion list > correctly > >One of the dates (suggested on) in the list of >suggestions in staff is not correctly formatted. > >To test: >- Create one or many suggestions >- Check the list of suggestion, especially in the > 'Suggested by - on' column >- Verify the date is not displayed according to > the dateformat preference >- Apply patch >- Verify the problem is fixed >--- > koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index c609a05..ca9b524 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -529,7 +529,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o > </td> > <td> > [% IF ( suggestions_loo.emailsuggestedby ) %]<a href="mailto:[% suggestions_loo.emailsuggestedby %]">[% END %][% suggestions_loo.surnamesuggestedby %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby %])[% END %] [% IF ( suggestions_loo.emailsuggestedby ) %]</a>[% END %] >- [% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate %][% END %] >+ [% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate | $KohaDates %][% END %] > </td> > <td> > [% IF ( suggestions_loo.emailmanagedby ) %]<a href="mailto:[% suggestions_loo.emailmanagedby %]">[% END %][% suggestions_loo.surnamemanagedby %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby %][% END %] [% IF ( suggestions_loo.emailmanagedby ) %]</a>[% END %] >-- >1.9.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 14074
:
38614
|
38637
|
38666