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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-1 / +1 lines)
Lines 253-259 Link Here
253
            <label for="cellvalue1">Count items:</label><input type="radio" name="Cellvalue" id="cellvalue1" value="1" checked="checked" />
253
            <label for="cellvalue1">Count items:</label><input type="radio" name="Cellvalue" id="cellvalue1" value="1" checked="checked" />
254
        </li>
254
        </li>
255
        <li>
255
        <li>
256
            <label for="cellvalue2">Count unique biblios:</label><input type="radio" name="Cellvalue" id="cellvalue2" value="2" />
256
            <label for="cellvalue2">Count unique bibliographic records:</label><input type="radio" name="Cellvalue" id="cellvalue2" value="2" />
257
        </li>
257
        </li>
258
        <li>
258
        <li>
259
            <label for="cellvalue3">Amount:</label><input type="radio" name="Cellvalue" id="cellvalue3" value="3" />
259
            <label for="cellvalue3">Amount:</label><input type="radio" name="Cellvalue" id="cellvalue3" value="3" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-1 / +1 lines)
Lines 184-190 Link Here
184
            <th>Transaction type</th>
184
            <th>Transaction type</th>
185
            <th>Notes</th>
185
            <th>Notes</th>
186
            <th>Amount</th>
186
            <th>Amount</th>
187
            <th>Biblio title</th>
187
            <th>Bibliographic record title</th>
188
            <th>Barcode</th>
188
            <th>Barcode</th>
189
            <th>Item type</th>
189
            <th>Item type</th>
190
        </tr>
190
        </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-1 / +1 lines)
Lines 249-255 Link Here
249
                <input type="radio" name="Cellvalue" value="items" id="cellvalue_items" checked="checked" />
249
                <input type="radio" name="Cellvalue" value="items" id="cellvalue_items" checked="checked" />
250
            </li>
250
            </li>
251
            <li>
251
            <li>
252
                <label for="cellvalue_biblios">Count unique biblios</label>
252
                <label for="cellvalue_biblios">Count unique bibliographic records</label>
253
                <input type="radio" name="Cellvalue" value="biblios" id="cellvalue_biblios" />
253
                <input type="radio" name="Cellvalue" value="biblios" id="cellvalue_biblios" />
254
            </li>
254
            </li>
255
            <li>
255
            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-1 / +1 lines)
Lines 324-330 Link Here
324
            <input type="radio" name="Cellvalue" id="cellvalue3" value="3" />
324
            <input type="radio" name="Cellvalue" id="cellvalue3" value="3" />
325
        </li>
325
        </li>
326
        <li>
326
        <li>
327
            <label for="cellvalue5">Count unique biblios:</label>
327
            <label for="cellvalue5">Count unique bibliographic records:</label>
328
            <input type="radio" name="Cellvalue" id="cellvalue5" value="5" />
328
            <input type="radio" name="Cellvalue" id="cellvalue5" value="5" />
329
        </li>
329
        </li>
330
    </ol>
330
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-2 / +1 lines)
Lines 248-254 Link Here
248
    </table><br /></fieldset>
248
    </table><br /></fieldset>
249
249
250
<fieldset class="rows"><legend>Cell value </legend><ol><li><label for="cellvalue1">Count holds:</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li>
250
<fieldset class="rows"><legend>Cell value </legend><ol><li><label for="cellvalue1">Count holds:</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li>
251
            <li><label for="cellvalue2">Count unique borrowers:</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items:</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique biblios:</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset>
251
            <li><label for="cellvalue2">Count unique borrowers:</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items:</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique bibliographic records:</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset>
252
			
252
			
253
	<fieldset class="rows">
253
	<fieldset class="rows">
254
	<legend>Output</legend>
254
	<legend>Output</legend>
255
- 

Return to bug 19833