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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-9 / +4 lines)
Lines 471-486 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
471
            onclick="ownerPopup(); return false;" />
471
            onclick="ownerPopup(); return false;" />
472
        <input type="button" id="remove_owner" value="Remove owner"
472
        <input type="button" id="remove_owner" value="Remove owner"
473
            onclick="ownerRemove(); return false;" />
473
            onclick="ownerRemove(); return false;" />
474
    </li>
475
474
476
    [% IF budget_has_children %]
475
        [% IF budget_has_children %]
477
        <li>
478
            <span class="label">
479
                <label for="set_owner_to_children">Set this owner to all children funds:</label>
480
            </span>
481
            <input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" />
476
            <input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" />
482
        </li>
477
            Propagate to children funds
483
    [% END %]
478
        [% END %]
479
    </li>
484
480
485
    <li>
481
    <li>
486
        <span class="label">Users:</span>
482
        <span class="label">Users:</span>
487
- 

Return to bug 12958