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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-3 / +4 lines)
Lines 67-74 $(document).ready(function(){ Link Here
67
        <legend>Select items you want to check</legend>
67
        <legend>Select items you want to check</legend>
68
        <ol><li>
68
        <ol><li>
69
        <label for="branch">Library</label>
69
        <label for="branch">Library</label>
70
            <input type="radio" name="branch" value="homebranch">Home library</input>
70
            <input id="homebranch" type="radio" name="branch" value="homebranch" />
71
            <input type="radio" name="branch" value="holdingbranch">Current location</input>
71
            <label for="homebranch" style="float:none;font-weight:normal;">Home library</label>
72
            <input id="holdingbranch" type="radio" name="branch" value="holdingbranch" />
73
            <label for="holdingbranch" style="float:none;font-weight:normal;">Current location</label>
72
        </li><li>
74
        </li><li>
73
        <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;">
75
        <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;">
74
            <option value="">All locations</option>
76
            <option value="">All locations</option>
75
- 

Return to bug 8453