Bugzilla – Attachment 87045 Details for
Bug 21772
Add holds and account information tab to the SCO module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21772: (follow-up) Included more information on tab label for SCO
Bug-21772-follow-up-Included-more-information-on-t.patch (text/plain), 1.78 KB, created by
Josef Moravec
on 2019-03-27 08:48:30 UTC
(
hide
)
Description:
Bug 21772: (follow-up) Included more information on tab label for SCO
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-27 08:48:30 UTC
Size:
1.78 KB
patch
obsolete
>From a96a6bb995888c5aea3c5385f83a405c477a65c3 Mon Sep 17 00:00:00 2001 >From: Agustin Moyano <agustinmoyano@theke.io> >Date: Mon, 11 Mar 2019 22:57:37 -0300 >Subject: [PATCH] Bug 21772: (follow-up) Included more information on tab label > for SCO > >Signed-off-by: Sarah Cornell <sbcornell@cityofportsmouth.com> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index 68bbacf433..44084590ba 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -253,9 +253,9 @@ > <div class="span12"> > <div class="tabbable"> > <ul class="nav nav-tabs"> >- <li class="active"><a href="#checkouts-tab" data-toggle="tab">Checkouts</a></li> >- <li><a href="#holds-tab" data-toggle="tab">Holds</a></li> >- <li><a href="#account-tab" data-toggle="tab">Fines and charges</a></li> >+ <li class="active"><a href="#checkouts-tab" data-toggle="tab">Checkouts ([% issues_count | html %])</a></li> >+ <li><a href="#holds-tab" data-toggle="tab">Holds ([% HOLDS.count | html %])</a></li> >+ <li><a href="#account-tab" data-toggle="tab">Fines and charges ([% total | $Price %])</a></li> > </ul> > <div class="tab-content"> > <div id="checkouts-tab" class="tab-pane active"> >-- >2.11.0
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 21772
:
86331
|
86332
|
86333
|
86334
|
86495
|
87042
|
87043
|
87044
| 87045 |
87046
|
87047
|
87048
|
87064
|
87067