Bugzilla – Attachment 31736 Details for
Bug 12963
Columns misplaced in moremember.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12963: Columns misplaced in moremember.tt
Bug-12963-Columns-misplaced-in-moremembertt.patch (text/plain), 1.26 KB, created by
Rafal Kopaczka
on 2014-09-19 12:35:00 UTC
(
hide
)
Description:
Bug 12963: Columns misplaced in moremember.tt
Filename:
MIME Type:
Creator:
Rafal Kopaczka
Created:
2014-09-19 12:35:00 UTC
Size:
1.26 KB
patch
obsolete
>From 0ffd0f791e9f601628ce78ccfb9b011f12e78a10 Mon Sep 17 00:00:00 2001 >From: Rafal Kopaczka <rkk0@poczta.onet.pl> >Date: Fri, 19 Sep 2014 14:27:04 +0200 >Subject: [PATCH] Bug 12963: Columns misplaced in moremember.tt > >After applying Bug 12899, in moremember page, checkouts table has >misplaced columns. > >Test plan: >1. Check out title for a user. Columns in Detail page at checkout tab >are misplaced; there's no Due date column. >2. Aplly patch, everything shuld look fine now. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 794e383..64f1fe3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -415,6 +415,7 @@ function validate1(date) { > <thead> > <tr> > <th scope="col"> </th> >+ <th scope="col"> </th> > <th scope="col">Due date</th> > <th scope="col">Due date</th> > <th scope="col">Title</th> >-- >1.7.10.4
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 12963
:
31735
|
31736
|
31738
|
31739