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 29-39 Link Here
29
            [% ELSE %]
29
            [% ELSE %]
30
                [% SET tab = 'opened' %]
30
                [% SET tab = 'opened' %]
31
            [% END %]
31
            [% END %]
32
          <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription" class="show_only_subscription" data-tableid="[% tab %]resultst"/>
32
          <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription" class="show_only_subscription" data-tableid="[% tab | html %]resultst"/>
33
          <label for="show_only_subscription">
33
          <label for="show_only_subscription">
34
            Show only subscriptions
34
            Show only subscriptions
35
          </label>
35
          </label>
36
          <table id="[% tab %]resultst" class="result">
36
          <table id="[% tab | html %]resultst" class="result">
37
            <thead>
37
            <thead>
38
              <tr>
38
              <tr>
39
                <th>&nbsp;</th>
39
                <th>&nbsp;</th>
40
- 

Return to bug 22773