Bugzilla – Attachment 7534 Details for
Bug 7501
OPAC authority browser should mark alternate rows as highlighted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7501: OPAC auth browser should have alternating colors
SIGNED-OFF-Bug-7501-OPAC-auth-browser-should-have-.patch (text/plain), 1.25 KB, created by
Owen Leonard
on 2012-02-09 15:47:31 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7501: OPAC auth browser should have alternating colors
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-02-09 15:47:31 UTC
Size:
1.25 KB
patch
obsolete
>From 505595febcdad3df77fe9523f830df87b7c0dcc9 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Sat, 4 Feb 2012 12:39:12 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7501: OPAC auth browser should have alternating colors >Content-Type: text/plain; charset="utf-8" > >Test plan: > >1. Access authority browser in OPAC. Note that all rows have the same background > color. >2. Apply patch, notice that colors now alternate. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../en/modules/opac-authoritiessearchresultlist.tt | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt >index 1b57410..6638826 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt >@@ -47,7 +47,11 @@ > <th>Full Heading</th> > </tr> > [% FOREACH resul IN result %] >- <tr> >+ [% UNLESS ( loop.odd ) %] >+ <tr class="highlight"> >+ [% ELSE %] >+ <tr> >+ [% END %] > <td>[% resul.summary %]</td> > > <td> >-- >1.7.3
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 7501
:
7458
| 7534