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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-3 / +2 lines)
Lines 294-301 $(document).ready(function(){ Link Here
294
    [% UNLESS compareinv2barcd %]
294
    [% UNLESS compareinv2barcd %]
295
      <div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div>
295
      <div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div>
296
      <input type="submit" id="markseenandquit" value="Mark seen and quit" />
296
      <input type="submit" id="markseenandquit" value="Mark seen and quit" />
297
      <input type="submit" value="Mark Seen and Continue &gt;&gt;" id="markseenandcontinuebutton" />
297
      <input type="submit" value="Mark seen and continue &gt;&gt;" id="markseenandcontinuebutton" />
298
      <input type="submit" value="Continue without Marking &gt;&gt;" id="continuewithoutmarkingbutton" class="submit" />
298
      <input type="submit" value="Continue without marking &gt;&gt;" id="continuewithoutmarkingbutton" class="submit" />
299
    [% END %]
299
    [% END %]
300
    </form>
300
    </form>
301
301
302
- 

Return to bug 12564