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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-4 / +3 lines)
Lines 320-327 Link Here
320
320
321
  <div id="budgetsTabs" class="toptabs">
321
  <div id="budgetsTabs" class="toptabs">
322
    <ul>
322
    <ul>
323
        <li><a href="#active">Active Budgets</a></li>
323
        <li><a href="#active">Active budgets</a></li>
324
        <li><a href="#inactive">Inactive Budgets</a></li>
324
        <li><a href="#inactive">Inactive budgets</a></li>
325
    </ul>
325
    </ul>
326
326
327
    <div id="active">
327
    <div id="active">
Lines 352-358 Link Here
352
                <td>
352
                <td>
353
                  <a href="[% script_name %]?op=add_form&amp;budget_period_id=[% period_active.budget_period_id |html %]">Edit</a>
353
                  <a href="[% script_name %]?op=add_form&amp;budget_period_id=[% period_active.budget_period_id |html %]">Edit</a>
354
                  <a href="[% script_name %]?op=delete_confirm&amp;budget_period_id=[% period_active.budget_period_id %]">Delete</a>
354
                  <a href="[% script_name %]?op=delete_confirm&amp;budget_period_id=[% period_active.budget_period_id %]">Delete</a>
355
                  <a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&amp;budget_period_id=[% period_active.budget_period_id %]">Add Fund</a>
355
                  <a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&amp;budget_period_id=[% period_active.budget_period_id %]">Add fund</a>
356
                </td>
356
                </td>
357
                </tr>
357
                </tr>
358
              [% END %]
358
              [% END %]
359
- 

Return to bug 8117