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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-3 / +2 lines)
Lines 194-200 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
194
    </li>
194
    </li>
195
195
196
    <li>
196
    <li>
197
        <label>Item home branch:</label>
197
        <label>Item home library:</label>
198
        <select name="homebranch" id="homebranch">
198
        <select name="homebranch" id="homebranch">
199
            <option value="">Any</option>
199
            <option value="">Any</option>
200
            [% FOREACH homebranchloo IN homebranchloop %][% IF ( homebranchloo.selected ) %]
200
            [% FOREACH homebranchloo IN homebranchloop %][% IF ( homebranchloo.selected ) %]
Lines 205-211 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
205
    </li>
205
    </li>
206
206
207
    <li>
207
    <li>
208
        <label>Item holding branch:</label>
208
        <label>Item holding library:</label>
209
            <select name="holdingbranch" id="holdingbranch">
209
            <select name="holdingbranch" id="holdingbranch">
210
            <option value="">Any</option>
210
            <option value="">Any</option>
211
            [% FOREACH holdingbranchloo IN holdingbranchloop %][% IF ( holdingbranchloo.selected ) %]
211
            [% FOREACH holdingbranchloo IN holdingbranchloop %][% IF ( holdingbranchloo.selected ) %]
212
- 

Return to bug 9604