[MT2343] Renamed "Budget for period" into "Root Budget"

This commit is contained in:
Jean-André Santoni 2009-12-03 15:45:34 +01:00 committed by Henri-Damien LAURENT
parent 1e84ae30c1
commit 4e2f453e41

View file

@ -257,9 +257,9 @@
<form action="/cgi-bin/koha/admin/aqbudgets.pl" name="Aform" method="post">
<fieldset class="rows">
<legend><!-- TMPL_IF NAME="budget_id" -->Modify<!-- TMPL_ELSE -->Add<!-- /TMPL_IF --> Budget
<legend><!-- TMPL_IF NAME="budget_id" -->Modify<!-- TMPL_ELSE -->Add<!-- /TMPL_IF --> Root Budget
<!-- TMPL_IF NAME="budget_period_description" -->
<!-- TMPL_VAR NAME="budget_name" --> for period <!-- TMPL_VAR NAME="budget_period_description" -->
<!-- TMPL_VAR NAME="budget_name" --> <!-- TMPL_VAR NAME="budget_period_description" -->
<!-- /TMPL_IF -->
</legend>