Bugzilla – Attachment 36646 Details for
Bug 11201
List pending in-house checkouts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11201: qa-followup
Bug-11201-qa-followup.patch (text/plain), 2.15 KB, created by
Jonathan Druart
on 2015-03-06 09:30:35 UTC
(
hide
)
Description:
Bug 11201: qa-followup
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-06 09:30:35 UTC
Size:
2.15 KB
patch
obsolete
>From b11146897bb9bb28de1a68b4e876dc818b9de01b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 6 Mar 2015 10:29:30 +0100 >Subject: [PATCH] Bug 11201: qa-followup > >- move h4 to h1 >- Make the link on the circ home page depending on the pref >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 5 ++++- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index af67379..194e6d8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -1,3 +1,4 @@ >+[% USE Koha %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Circulation</title> > [% INCLUDE 'doc-head-close.inc' %] >@@ -46,7 +47,9 @@ > systems with large numbers of overdue items.</li>[% END %] > <li> <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a> - Limited to your library. See report help for other details.</li> > <!-- <li> <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily reconciliation</a></li> --> >- <li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">On-site checkout list</a></li> >+ [% IF Koha.Preference('OnSiteCheckouts') %] >+ <li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">On-site checkout list</a></li> >+ [% END %] > </ul> > > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >index 89a2ee4..9990b81 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >@@ -41,7 +41,7 @@ $(document).ready(function(){ > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> >- <h4>Pending on-site checkout list</h4> >+ <h1>Pending on-site checkout list</h1> > [% IF pending_onsite_checkouts %] > <table id="pending_onsite_checkout"> > <thead> >-- >2.1.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 11201
:
22718
|
31391
|
31392
|
31666
|
33185
|
36278
|
36471
|
36475
|
36646
|
36663
|
36914
|
36915
|
36916
|
36917