[Koha-patches] [PATCH] Cleaned up display on reports page

Nicole Engard nengard at gmail.com
Wed Aug 19 17:49:53 CEST 2009


>From a138bb1594170d64a987cd3d4eb3e20557f6f506 Mon Sep 17 00:00:00 2001
From: Nicole Engard <nengard at gmail.com>
Date: Tue, 18 Aug 2009 21:31:03 -0400
Subject: [PATCH] Cleaned up display on reports page
Content-Type: text/plain; charset="utf-8"

---
 .../prog/en/modules/reports/reports-home.tmpl      |   37
+++++++++----------
 1 files changed, 18 insertions(+), 19 deletions(-)

diff --git
a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl
index e8f2c90..33611d6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl
@@ -14,18 +14,18 @@

     <div class="yui-g">
     <h1>Reports</h1>
-        <div class="yui-u first">
-<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>
+    <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>

     <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>
-
-    <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>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>

     <h2>Other</h2>
-- 
1.5.6.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20090819/5c51624b/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Cleaned-up-display-on-reports-page.patch
Type: application/octet-stream
Size: 2969 bytes
Desc: not available
URL: </pipermail/koha-patches/attachments/20090819/5c51624b/attachment-0001.obj>


More information about the Koha-patches mailing list