Bug 8282: Bug in modules list in about.pl
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / borrowers_stats.tt
index 1a9714c..701b24c 100644 (file)
@@ -7,7 +7,7 @@
        .debug {display:none;}
 </style>
 </head>
-<body>
+<body id="rep_borrowers_stats" class="rep">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
                        </tr>
 
                        <tr>
-                       <td rowspan="2">Zip Code</td>
+            <td rowspan="2">Zip code</td>
                        <td><input type="radio" name="Line" value="zipcode" /></td>
                        <td><input type="radio" name="Column" value="zipcode" /></td>
                        <td><select name="Filter"  size="1" id="zipcode">
                        </td>
                        </tr>
                    <tr>
-            <td>Date of Birth</td>
+            <td>Date of birth</td>
             <td colspan="2"></td>
-                <td><label for="from">From</label> <input type="text" readonly="readonly" size="10" id="from" name="Filter" />
+                <td><label for="from">From</label> <input type="text" size="10" id="from" name="Filter" />
                     <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
                    <script type="text/javascript">
                                   //<![CDATA[
                     });
                                        //]]>
                     </script>
-                    <label for="to">To</label> <input readonly="readonly" size="10" id="to" name="Filter" value="" type="text" />
-                        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
+                    <label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" />
+                        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
                           <script type="text/javascript">
                                                  //<![CDATA[ 
                                                   function validate2(date) {