Fixing layout broken by addition of guided reports link

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Owen Leonard 2007-11-04 16:23:44 -06:00 committed by Joshua Ferraro
parent 90629907e5
commit a39adc54c7

View file

@ -15,6 +15,8 @@
<h1>Reports</h1>
<div class="yui-g">
<div class="yui-u first">
<h2>Guided Report Wizard</h2>
<ul>
<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Reports</a></li>
@ -49,7 +51,8 @@
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalogue by itemtype</a></li>
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=issues_by_borrower_category">Checkouts by patron category</a></li>
<li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>
</ul></div></div>
</ul></div>
</div>
</div>
</div>