View | Details | Raw Unified | Return to bug 12958
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-8 / +8 lines)
Lines 448-460 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
448
    <li>
448
    <li>
449
      <label for="budget_encumb">Warning at (%): </label>
449
      <label for="budget_encumb">Warning at (%): </label>
450
      <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="10" />
450
      <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="10" />
451
      <span style="color:grey">0 to disable</span>
451
      <span class="hint">0 to disable</span>
452
    </li>
452
    </li>
453
453
454
    <li>
454
    <li>
455
      <label for="budget_expend">Warning at (amount): </label>
455
      <label for="budget_expend">Warning at (amount): </label>
456
      <input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="10" />
456
      <input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="10" />
457
      <span style="color:grey">0 to disable</span>
457
      <span class="hint">0 to disable</span>
458
    </li>
458
    </li>
459
459
460
    <li>
460
    <li>
Lines 475-485 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
475
    </li>
475
    </li>
476
476
477
    [% IF budget_has_children %]
477
    [% IF budget_has_children %]
478
        <li>
478
        <li class="radio">
479
            <span class="label">
479
            <label>
480
                <label for="set_owner_to_children">Set this owner to all children funds:</label>
480
                <input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" />
481
            </span>
481
                Update all child funds with this owner
482
            <input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" />
482
            </label>
483
            <span class="hint">Selecting this option will overwrite existing fund owners, if any</span>
483
        </li>
484
        </li>
484
    [% END %]
485
    [% END %]
485
486
486
- 

Return to bug 12958