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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +1 lines)
Lines 54-60 Link Here
54
        <fieldset class="rows">
54
        <fieldset class="rows">
55
        <legend>Item location filters</legend>
55
        <legend>Item location filters</legend>
56
        <ol><li>
56
        <ol><li>
57
        <label for="branch">Library: </label>
57
        <label for="branch">Location: </label>
58
            <input type="radio" name="branch" value="homebranch"> Home library</input>
58
            <input type="radio" name="branch" value="homebranch"> Home library</input>
59
            <input type="radio" name="branch" value="holdingbranch"> Current library</input>
59
            <input type="radio" name="branch" value="holdingbranch"> Current library</input>
60
        </li><li>
60
        </li><li>
61
- 

Return to bug 20634