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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-2 / +2 lines)
Lines 52-58 Link Here
52
                    <a href="label-item-search.pl?startfrom=[% startfromprev %]&amp;ccl_query=[% ccl_query %]&amp;resultsperpage=[% resultsperpage %]&amp;op=do_search&amp;batch_id=[% batch_id %]">&lt;&lt;</a>
52
                    <a href="label-item-search.pl?startfrom=[% startfromprev %]&amp;ccl_query=[% ccl_query %]&amp;resultsperpage=[% resultsperpage %]&amp;op=do_search&amp;batch_id=[% batch_id %]">&lt;&lt;</a>
53
                    [% END %]
53
                    [% END %]
54
                    [% FOREACH number IN numbers %]
54
                    [% FOREACH number IN numbers %]
55
                    <a href="label-item-search.pl?startfrom=[% number.startfrom %]&amp;ccl_query=[% number.ccl_query %]&amp;resultsperpage=[% number.resultsperpage %]&amp;op=do_search&amp;batch_id=[% number.batch_id %]">[% number.number %]</a>
55
                    <a href="label-item-search.pl?startfrom=[% number.startfrom %]&amp;ccl_query=[% ccl_query %]&amp;resultsperpage=[% resultsperpage %]&amp;op=do_search&amp;batch_id=[% batch_id %]">[% number.number %]</a>
56
                    [% END %]
56
                    [% END %]
57
                    [% IF ( displaynext ) %]
57
                    [% IF ( displaynext ) %]
58
                    <a href="label-item-search.pl?startfrom=[% startfromnext %]&amp;ccl_query=[% ccl_query %]&amp;resultsperpage=[% resultsperpage %]&amp;op=do_search&amp;batch_id=[% batch_id %]">&gt;&gt;</a>
58
                    <a href="label-item-search.pl?startfrom=[% startfromnext %]&amp;ccl_query=[% ccl_query %]&amp;resultsperpage=[% resultsperpage %]&amp;op=do_search&amp;batch_id=[% batch_id %]">&gt;&gt;</a>
Lines 127-130 Link Here
127
	    </p>
127
	    </p>
128
            [% END %]
128
            [% END %]
129
	</div>
129
	</div>
130
    [% INCLUDE 'intranet-bottom.inc' %]
130
    [% INCLUDE 'popup-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-2 / +2 lines)
Lines 124-127 to add to Batch [% batch_id %] Link Here
124
<fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset>
124
<fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset>
125
</form>
125
</form>
126
</div>
126
</div>
127
[% INCLUDE 'intranet-bottom.inc' %]
127
</div>
128
[% INCLUDE 'popup-bottom.inc' %]
128
- 

Return to bug 6635