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 285-292 $(document).ready(function(){ Link Here
285
    [% UNLESS compareinv2barcd %]
285
    [% UNLESS compareinv2barcd %]
286
      <div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div>
286
      <div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div>
287
      <input type="submit" id="markseenandquit" value="Mark seen and quit" />
287
      <input type="submit" id="markseenandquit" value="Mark seen and quit" />
288
      <input type="submit" value="Mark Seen and Continue &gt;&gt;" id="markseenandcontinuebutton" />
288
      <input type="submit" value="Mark seen and continue &gt;&gt;" id="markseenandcontinuebutton" />
289
      <input type="submit" value="Continue without Marking &gt;&gt;" id="continuewithoutmarkingbutton" class="submit" />
289
      <input type="submit" value="Continue without marking &gt;&gt;" id="continuewithoutmarkingbutton" class="submit" />
290
    [% END %]
290
    [% END %]
291
    </form>
291
    </form>
292
292
293
- 

Return to bug 12564