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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 / +6 lines)
Lines 97-102 $(document).ready(function(){ Link Here
97
            </li>
97
            </li>
98
          </ol>
98
          </ol>
99
        </fieldset>
99
        </fieldset>
100
101
        <!-- submit button for uploaded file -->
102
        <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset>
103
100
        <fieldset class="rows">
104
        <fieldset class="rows">
101
        <legend>Select items you want to check</legend>
105
        <legend>Select items you want to check</legend>
102
        <ol><li>
106
        <ol><li>
Lines 184-189 $(document).ready(function(){ Link Here
184
        </ol>
188
        </ol>
185
  </fieldset>
189
  </fieldset>
186
            <input type="hidden" name="op" value="do_it" />
190
            <input type="hidden" name="op" value="do_it" />
191
192
            <!-- repeat submit button for generating shelf list -->
187
            <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset>
193
            <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset>
188
    </form>
194
    </form>
189
    </div>
195
    </div>
190
- 

Return to bug 11272