http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 36471 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36471 [SIGNED-OFF] Bug 11201: Add a in-house use list pages Review of attachment 36471: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11201&attachment=36471) ----------------------------------------------------------------- Tiny tiny things... :) ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ +46,4 @@
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>
Hi Jonathan, can you please make the visibility of the link depend on the system preference? ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt @@ +40,5 @@
+<div id="doc3" class="yui-t2"> + <div id="bd"> + <div id="yui-main"> + <div class="yui-b"> + <h4>Pending on-site checkout list</h4>
I think this should be <h1> as on the other pages - otherwise the 'no pending...' message is bigger than the heading. After discussing with Nicole it would be nice if the circulation start page and the heading both said: Pending on-site checkouts -- You are receiving this mail because: You are watching all bug changes.