Cleaned up display on reports page
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
ca591d092b
commit
20949844c3
1 changed files with 18 additions and 19 deletions
|
@ -14,18 +14,18 @@
|
|||
|
||||
<div class="yui-g">
|
||||
<h1>Reports</h1>
|
||||
<div class="yui-u first">
|
||||
<ul>
|
||||
|
||||
<div class="yui-u first"><h2>Guided Reports</h2>
|
||||
<ul>
|
||||
<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Reports Wizard</a></li>
|
||||
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build New</a></li>
|
||||
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use Saved</a></li>
|
||||
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li>
|
||||
</ul>
|
||||
<h5>Reports Dictionary</h5>
|
||||
<ul>
|
||||
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h5>Reports Dictionary</h5>
|
||||
<ul>
|
||||
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Statistics wizards</h2>
|
||||
<ul>
|
||||
|
@ -34,19 +34,18 @@
|
|||
<li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
|
||||
<li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
|
||||
<li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
|
||||
</ul></div>
|
||||
|
||||
<div class="yui-u"><h2>Top Lists</h2>
|
||||
<ul>
|
||||
<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons checking out the most</a></li>
|
||||
<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-Circulated Items</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Inactive</h2>
|
||||
<ul>
|
||||
<li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
|
||||
<li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
|
||||
</ul></div>
|
||||
|
||||
|
||||
<div class="yui-u"><h2>Top Lists</h2>
|
||||
<ul>
|
||||
<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons checking out the most</a></li>
|
||||
<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-Circulated Items</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Other</h2>
|
||||
|
|
Loading…
Reference in a new issue