Bug 12958 [Alt. label follow-up] Set a fund owner to a fund hierarchy
This alternate follow-up modifies the text of the label to (hopefully) make it more clear. The markup has been revised someone to make it more standard, and a warning has been added about overwriting existing data. Signed-off-by: Frederic Demians <f.demians@tamil.fr> Looks good. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Works as described, passes tests and QA script. Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
5e2cc5c958
commit
3c1536ffeb
1 changed files with 8 additions and 7 deletions
|
@ -448,13 +448,13 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
|
|||
<li>
|
||||
<label for="budget_encumb">Warning at (%): </label>
|
||||
<input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="10" />
|
||||
<span style="color:grey">0 to disable</span>
|
||||
<span class="hint">0 to disable</span>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label for="budget_expend">Warning at (amount): </label>
|
||||
<input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="10" />
|
||||
<span style="color:grey">0 to disable</span>
|
||||
<span class="hint">0 to disable</span>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
@ -475,11 +475,12 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
|
|||
</li>
|
||||
|
||||
[% IF budget_has_children %]
|
||||
<li>
|
||||
<span class="label">
|
||||
<label for="set_owner_to_children">Set this owner to all children funds:</label>
|
||||
</span>
|
||||
<input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" />
|
||||
<li class="radio">
|
||||
<label>
|
||||
<input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" />
|
||||
Update all child funds with this owner
|
||||
</label>
|
||||
<span class="hint">Selecting this option will overwrite existing fund owners, if any</span>
|
||||
</li>
|
||||
[% END %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue