View | Details | Raw Unified | Return to bug 10396
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-3 / +2 lines)
Lines 139-145 Link Here
139
                    <td>Koha full call number</td>
139
                    <td>Koha full call number</td>
140
					<td><input type="radio" name="Line" value="items.itemcallnumber" /></td>
140
					<td><input type="radio" name="Line" value="items.itemcallnumber" /></td>
141
					<td><input type="radio" name="Column" value="items.itemcallnumber" /></td>
141
					<td><input type="radio" name="Column" value="items.itemcallnumber" /></td>
142
                    <td><label for="from">From</label> <input type="text" name="Filter" id="from" /> <label for="to">To</label> <input type="text" name="Filter" id="to" /></td>
142
                    <td><label for="callnoFrom">From</label> <input type="text" name="Filter" id="callnoFrom" /> <label for="callnoTo">To</label> <input type="text" name="Filter" id="callnoTo" /></td>
143
				</tr>
143
				</tr>
144
			 <tr>
144
			 <tr>
145
					<td>&nbsp;</td>
145
					<td>&nbsp;</td>
Lines 182-188 Link Here
182
                <td>Publication year</td>
182
                <td>Publication year</td>
183
				<td><input type="radio" name="Line" value="publicationyear" /></td>
183
				<td><input type="radio" name="Line" value="publicationyear" /></td>
184
				<td><input type="radio" name="Column" value="publicationyear" /></td>
184
				<td><input type="radio" name="Column" value="publicationyear" /></td>
185
                <td><label for="fromRO">From</label> <input type="text" name="Filter" id="fromRO" /> <label for="toRO">To</label> <input type="text" name="Filter" id="toRO" /></td>
185
                <td><label for="pubyearFrom">From</label> <input type="text" name="Filter" id="pubYearFrom" /> <label for="pubyearTo">To</label> <input type="text" name="Filter" id="pubyearTo" /></td>
186
			</tr>
186
			</tr>
187
			<tr>
187
			<tr>
188
                <td>Home library</td>
188
                <td>Home library</td>
189
- 

Return to bug 10396