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 %]resultst"/>
34
          <label for="show_only_subscription">
35
          <label for="show_only_subscription">
35
            <input type="checkbox" style="vertical-align: middle;" class="show_only_subscription" data-tableid="[% tab %]resultst"/>
36
            Show only subscriptions
36
            Show only subscriptions
37
          </label>
37
          </label>
38
          <table id="[% tab %]resultst" class="result">
38
          <table id="[% tab %]resultst" class="result">
Lines 114-120 Link Here
114
            </tbody>
114
            </tbody>
115
          </table>
115
          </table>
116
          [% IF CAN_user_acquisition_merge_invoices %]
116
          [% IF CAN_user_acquisition_merge_invoices %]
117
              <a class="submit merge" id="merge" href="#merge_invoices">Merge selected invoices</a>
117
   +          <a class="btn btn-default submit merge" id="merge" href="#merge_invoices"><i class="fa fa-compress"></i> Merge selected invoices</a>
118
              [% IF tab == 'closed' %]
118
              [% IF tab == 'closed' %]
119
                <a class="btn btn-default" id="open_sel" href="#reopen_selected" data-op="reopen" data-referer="referer=/cgi-bin/koha/acqui/invoices.pl%3Fop=do_search%26invoicenumber=[% invoicenumber | uri %]%26supplier=[% booksellerid | uri %]%26shipmentdatefrom=[% shipmentdatefrom | $KohaDates %]%26shipmentdateto=[% shipmentdateto | $KohaDates %]%26billingdatefrom=[% billingdatefrom | $KohaDates %]%26billingdateto=[% billingdateto | $KohaDates %]%26isbneanissn=[% isbneanissn | uri %]%26title=[% title | uri %]%26author=[% author | uri %]%26publisher=[% publisher | uri %]%26publicationyear=[% publicationyear | uri %]%26branch=[% branch | uri %]"><i class="fa fa-refresh"></i> Reopen selected invoices</a>
119
                <a class="btn btn-default" id="open_sel" href="#reopen_selected" data-op="reopen" data-referer="referer=/cgi-bin/koha/acqui/invoices.pl%3Fop=do_search%26invoicenumber=[% invoicenumber | uri %]%26supplier=[% booksellerid | uri %]%26shipmentdatefrom=[% shipmentdatefrom | $KohaDates %]%26shipmentdateto=[% shipmentdateto | $KohaDates %]%26billingdatefrom=[% billingdatefrom | $KohaDates %]%26billingdateto=[% billingdateto | $KohaDates %]%26isbneanissn=[% isbneanissn | uri %]%26title=[% title | uri %]%26author=[% author | uri %]%26publisher=[% publisher | uri %]%26publicationyear=[% publicationyear | uri %]%26branch=[% branch | uri %]"><i class="fa fa-refresh"></i> Reopen selected invoices</a>
120
              [% ELSE  %]
120
              [% ELSE  %]
121
- 

Return to bug 22773