Merge remote branch 'kc/new/enh/bug_5921' into kcmaster
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / itemtypes.tmpl
index 394a7cc..22a39dc 100644 (file)
@@ -1,28 +1,22 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Reports</title>
+<title>Koha &rsaquo; Reports &rsaquo; Item Types</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<!-- TMPL_INCLUDE NAME="menu-reports.inc"-->
-<!-- Additions to enable Calendar system -->
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-system.css" />
-<!-- End of additions --><!-- Additions to enable Calendar system -->
-<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar.js"></script>
-<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-en.js"></script>
-<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-setup.js"></script>
-<!-- End of additions -->
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a><!-- TMPL_IF NAME="do_it" --> &rsaquo; <a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Item Types</a> &rsaquo; Results<!-- TMPL_ELSE --> &rsaquo; Item Types<!-- /TMPL_IF --></div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <!-- TMPL_IF NAME="do_it" -->
 <!-- TMPL_LOOP NAME="mainloop" -->
-       <h1>Koha : Reports on itemtypes <!--TMPL_IF NAME="branch" --> for branch = <!-- TMPL_VAR NAME="branch" --><!-- /TMPL_IF --></h1>
+       <h1>Reports on item types <!--TMPL_IF NAME="branch" --> for branch = <!-- TMPL_VAR NAME="branch" --><!-- /TMPL_IF --></h1>
        <table>
                <tr>
                        <th>Item type</th>
                        <tr>
                                <th>TOTAL</th>
                                <th><!-- TMPL_VAR NAME="total" --></th>
+                       </tr>
        </table>
 <!-- /TMPL_LOOP -->
 <!-- TMPL_ELSE -->
-       <h1>View catalogue group by itemtypes</h1>
-       <form method="post">
-               Select a branch (or don't if you want the report for all branches) <!-- TMPL_VAR NAME="CGIbranch" -->
-               <input type="submit" value="OK" />
+
+       <form method="post" action="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">
+               <fieldset class="rows"><legend>View catalog group by item types</legend><ol><li><label for="value">Select a branch</label> <!-- TMPL_VAR NAME="CGIbranch" -->
+               <span class="tip">Select none to see all branches</span></li></ol></fieldset>
+               <fieldset class="action"><input type="submit" value="Submit" />
                <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
-               <input type="hidden" name="do_it" value="1" />
+               <input type="hidden" name="do_it" value="1" /></fieldset>
        </form>
 <!-- /TMPL_IF -->
+
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->