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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-3 / +2 lines)
Lines 31-38 Link Here
31
            [% ELSE %]
31
            [% ELSE %]
32
                [% SET tab = 'opened' %]
32
                [% SET tab = 'opened' %]
33
            [% END %]
33
            [% END %]
34
          <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription" class="show_only_subscription" data-tableid="[% tab | html %]resultst"/>
34
          <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription_[% tab | html %]" class="show_only_subscription" data-tableid="[% tab | html %]resultst"/>
35
          <label for="show_only_subscription">
35
          <label for="show_only_subscription_[% tab | html %]">
36
            Show only subscriptions
36
            Show only subscriptions
37
          </label>
37
          </label>
38
          <table id="[% tab | html %]resultst" class="result">
38
          <table id="[% tab | html %]resultst" class="result">
39
- 

Return to bug 22773