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:
parent
90629907e5
commit
a39adc54c7
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue