Bugzilla – Attachment 18104 Details for
Bug 10100
OPAC News dates need an CSS handle (class)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10100: adds a class to OPAC news dates
PASSED-QA-Bug-10100-adds-a-class-to-OPAC-news-date.patch (text/plain), 1.21 KB, created by
Katrin Fischer
on 2013-05-12 21:51:22 UTC
(
hide
)
Description:
[PASSED QA] Bug 10100: adds a class to OPAC news dates
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-05-12 21:51:22 UTC
Size:
1.21 KB
patch
obsolete
>From 7dba14cf317ed7dbd6c39880492f19f70605dab9 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Tue, 23 Apr 2013 09:40:33 +0200 >Subject: [PATCH] [PASSED QA] Bug 10100: adds a class to OPAC news dates > >Adds a "newsfooter" class to allow CSS modification >of the date appearing as a footer on each news. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Adds a class, checked po files to make sure change is string safe. >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt >index 045313d..3844fc5 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt >@@ -26,7 +26,7 @@ > [% FOREACH koha_new IN koha_news %] > <tr><th>[% koha_new.title %]</th></tr> > <tr><td><p>[% koha_new.new %]</p> >- <p><i>(published on [% koha_new.newdate %])</i></p></td></tr> >+ <p class="newsfooter"><i>(published on [% koha_new.newdate %])</i></p></td></tr> > [% END %] > </table> > </div> >-- >1.7.9.5
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 10100
:
17606
|
17731
| 18104