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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-1 / +2 lines)
Lines 20-25 Link Here
20
                <option value='phone,phonepro,B_phone,altcontactphone,mobile'>Phone number</option>
20
                <option value='phone,phonepro,B_phone,altcontactphone,mobile'>Phone number</option>
21
                <option value='streettype,address,address2,city,state,zipcode,country'>Street Address</option>
21
                <option value='streettype,address,address2,city,state,zipcode,country'>Street Address</option>
22
                <option value='dateofbirth'>Date of birth</option>
22
                <option value='dateofbirth'>Date of birth</option>
23
                <option value='sort1'>Sort field 1</option>
24
                <option value='sort2'>Sort field 2</option>
23
            </select>
25
            </select>
24
            <script type="text/javascript">
26
            <script type="text/javascript">
25
                [% SET dateformat = Koha.Preference('dateformat') %]
27
                [% SET dateformat = Koha.Preference('dateformat') %]
26
- 

Return to bug 10834