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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl (-2 / +3 lines)
Lines 411-417 Link Here
411
            <select name="filter_budgetbranch" id="filter_budgetbranch2" style="width:10em;">
411
            <select name="filter_budgetbranch" id="filter_budgetbranch2" style="width:10em;">
412
                <option value=""></option>
412
                <option value=""></option>
413
                <!-- TMPL_LOOP name="branchloop" -->
413
                <!-- TMPL_LOOP name="branchloop" -->
414
                <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
414
                <!-- TMPL_UNLESS Name="selected"--><option value="<!-- TMPL_VAR name="value" -->">
415
                <!--TMPL_ELSE--><option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- /TMPL_UNLESS -->
416
                <!-- TMPL_VAR name="branchname" --></option>
415
                <!-- /TMPL_LOOP -->
417
                <!-- /TMPL_LOOP -->
416
            </select>
418
            </select>
417
        </li>
419
        </li>
418
- 

Return to bug 5964