Merge branch 'bug_8117' into 3.12-master

This commit is contained in:
Jared Camins-Esakov 2012-12-02 09:21:50 -05:00
commit ea1aa7a0d9

View file

@ -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&amp;budget_period_id=[% period_active.budget_period_id |html %]">Edit</a>
<a href="[% script_name %]?op=delete_confirm&amp;budget_period_id=[% period_active.budget_period_id %]">Delete</a>
<a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&amp;budget_period_id=[% period_active.budget_period_id %]">Add Fund</a>
<a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&amp;budget_period_id=[% period_active.budget_period_id %]">Add fund</a>
</td>
</tr>
[% END %]