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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-2 / +2 lines)
Lines 79-85 Link Here
79
79
80
    <div id="BudgetsAndFunds">
80
    <div id="BudgetsAndFunds">
81
    <table id="accounts">
81
    <table id="accounts">
82
        <caption>
82
        <div class="toolbar">
83
          <span class="actions"><a href="#" id="expand_all">Expand all</a>
83
          <span class="actions"><a href="#" id="expand_all">Expand all</a>
84
          | <a href="#" id="collapse_all">Collapse all</a>
84
          | <a href="#" id="collapse_all">Collapse all</a>
85
          | <a href="#" id="hide_inactive">Hide inactive budgets</a>
85
          | <a href="#" id="hide_inactive">Hide inactive budgets</a>
Lines 92-98 Link Here
92
            </select>
92
            </select>
93
        </span>
93
        </span>
94
94
95
        </caption>
95
        </div>
96
96
97
        <thead>
97
        <thead>
98
        <tr>
98
        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-3 / +2 lines)
Lines 53-64 Link Here
53
53
54
<table id="budgeth" class="group">
54
<table id="budgeth" class="group">
55
    [% UNLESS budget_period_id %]
55
    [% UNLESS budget_period_id %]
56
      <caption>
56
      <div class="toolbar">
57
        <span class="actions"><a href="#" id="expand_all">Expand all</a>
57
        <span class="actions"><a href="#" id="expand_all">Expand all</a>
58
        | <a href="#" id="collapse_all">Collapse all</a>
58
        | <a href="#" id="collapse_all">Collapse all</a>
59
        | <a href="#" id="hide_inactive">Hide inactive budgets</a>
59
        | <a href="#" id="hide_inactive">Hide inactive budgets</a>
60
        | <a href="#" id="show_inactive">Show inactive budgets</a></span>
60
        | <a href="#" id="show_inactive">Show inactive budgets</a></span>
61
      </caption>
61
      </div>
62
    [% END %]
62
    [% END %]
63
    <thead>
63
    <thead>
64
        <tr>
64
        <tr>
65
- 

Return to bug 27653