[MT2343] Added help in the budget adding form
This commit is contained in:
parent
23b356105a
commit
6dcf3f4e9e
1 changed files with 3 additions and 1 deletions
|
@ -283,20 +283,22 @@
|
|||
<input type="text" name="budget_name" id="budget_name" value="<!-- TMPL_VAR NAME="budget_name" -->" size="60" />
|
||||
</li>
|
||||
|
||||
<div class='hint'>budget amount cannot both be empty</div>
|
||||
<li>
|
||||
<label style='white-space: nowrap;' for="budget_amount">Amount: </label>
|
||||
<input type="text" name="budget_amount" id="budget_amount" value="<!-- TMPL_VAR NAME="budget_amount" -->" size="8" />
|
||||
<div class='hint'>budget amount cannot both be empty</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label for="">Encumbrance: </label>
|
||||
<input type="text" name="budget_encumb" id="budget_encumb" value="<!-- TMPL_VAR NAME="budget_encumb" -->" size="8" />
|
||||
<div class='hint'>% before alert</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label for="">Expenditure: </label>
|
||||
<input type="text" name="budget_expend" id="budget_expend" value="<!-- TMPL_VAR NAME="budget_expend" -->" size="8" />
|
||||
<div class='hint'>% before blocking</div>
|
||||
</li>
|
||||
|
||||
<input type="hidden" name="budget_owner_id" id="budget_owner_id" value='<!-- TMPL_VAR NAME="budget_owner_id" -->' />
|
||||
|
|
Loading…
Reference in a new issue