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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl (-2 / +1 lines)
Lines 303-309 Link Here
303
    <select name="budget_branchcode" id="budget_branchcode">
303
    <select name="budget_branchcode" id="budget_branchcode">
304
    <option value=""></option>
304
    <option value=""></option>
305
    <!-- TMPL_LOOP name="branchloop_select" -->
305
    <!-- TMPL_LOOP name="branchloop_select" -->
306
        <!-- TMPL_IF name="selected" --> <option value="<!-- TMPL_VAR name="value" -->" > <!--TMPL_ELSE--> <option value="<!-- TMPL_VAR name="value" -->" selected="selected"> <!-- /TMPL_IF --> <!-- TMPL_VAR name="branchname" --></option>
306
        <!-- TMPL_UNLESS name="selected" --> <option value="<!-- TMPL_VAR name="value" -->" > <!--TMPL_ELSE--> <option value="<!-- TMPL_VAR name="value" -->" selected="selected"> <!-- /TMPL_UNLESS --> <!-- TMPL_VAR name="branchname" --></option>
307
    <!-- /TMPL_LOOP -->
307
    <!-- /TMPL_LOOP -->
308
    </select>
308
    </select>
309
    </li>
309
    </li>
310
- 

Return to bug 4827