Merge branch 'bug_8117' into 3.12-master
This commit is contained in:
commit
ea1aa7a0d9
1 changed files with 3 additions and 3 deletions
|
@ -320,8 +320,8 @@
|
|||
|
||||
<div id="budgetsTabs" class="toptabs">
|
||||
<ul>
|
||||
<li><a href="#active">Active Budgets</a></li>
|
||||
<li><a href="#inactive">Inactive Budgets</a></li>
|
||||
<li><a href="#active">Active budgets</a></li>
|
||||
<li><a href="#inactive">Inactive budgets</a></li>
|
||||
</ul>
|
||||
|
||||
<div id="active">
|
||||
|
@ -352,7 +352,7 @@
|
|||
<td>
|
||||
<a href="[% script_name %]?op=add_form&budget_period_id=[% period_active.budget_period_id |html %]">Edit</a>
|
||||
<a href="[% script_name %]?op=delete_confirm&budget_period_id=[% period_active.budget_period_id %]">Delete</a>
|
||||
<a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_period_id=[% period_active.budget_period_id %]">Add Fund</a>
|
||||
<a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_period_id=[% period_active.budget_period_id %]">Add fund</a>
|
||||
</td>
|
||||
</tr>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue