Lines 378-384
Link Here
|
378 |
<label for="budget_period_total">Total amount: </label> |
378 |
<label for="budget_period_total">Total amount: </label> |
379 |
<input type="text" id="budget_period_total" name="budget_period_total" |
379 |
<input type="text" id="budget_period_total" name="budget_period_total" |
380 |
size="10" maxlength="80" value="[% budget_period_total | $Price on_editing => 1 %]" onchange="CheckTot(budget_period_total)" /> |
380 |
size="10" maxlength="80" value="[% budget_period_total | $Price on_editing => 1 %]" onchange="CheckTot(budget_period_total)" /> |
381 |
Please use the "[% Koha.Preference('DigitSeparator').substr(0,1) %]" as separator : ex "XX[% Koha.Preference('DigitSeparator').substr(0,1) %]XX" |
381 |
[% IF Koha.Preference('DigitSeparator') %] |
|
|
382 |
Please use the "[% Koha.Preference('DigitSeparator').substr(0,1) %]" as separator : ex "XX[% Koha.Preference('DigitSeparator').substr(0,1) %]XX", if you want to change it, click here <a href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=DigitSeparator">here |
383 |
</a> |
384 |
[% ELSE %] |
385 |
Please chose a digit separator by clicking <a href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=DigitSeparator">here </a> |
386 |
[% END %] |
382 |
</li> |
387 |
</li> |
383 |
|
388 |
|
384 |
<li> |
389 |
<li> |
385 |
- |
|
|