[PATCH] Cleaned up display on reports page

Nicole Engard nengard at gmail.com
Wed Aug 19 03:31:03 CEST 2009


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

--00504501702f0cd04404718096ac
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable



More information about the Koha-patches mailing list