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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl (-4 / +6 lines)
Lines 404-413 Link Here
404
        
404
        
405
        <input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->" />
405
        <input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->" />
406
        <!-- TMPL_IF NAME="city_cgipopup" -->or <strong>choose</strong>
406
        <!-- TMPL_IF NAME="city_cgipopup" -->or <strong>choose</strong>
407
        <select id="select_city" name "select_city">
407
        <select id="select_city" name="select_city">
408
        <!-- TMPL_LOOP NAME="city_loop" -->
408
        <!-- TMPL_LOOP NAME="city_loop" -->
409
            <option value="<!-- TMPL_VAR NAME='city_zipcode'-->|<!-- TMPL_VAR NAME='city_name' -->"
409
            <!-- TMPL_IF NAME="selected" -->
410
                <!-- TMPL_IF NAME="selected" --> selected="1" <!-- /TMPL_IF --> >
410
            <option value="<!-- TMPL_VAR NAME="city_zipcode"-->|<!-- TMPL_VAR NAME="city_name" -->" selected="selected">
411
            <!-- TMPL_ELSE -->
412
            <option value="<!-- TMPL_VAR NAME="city_zipcode"-->|<!-- TMPL_VAR NAME="city_name" -->">
413
            <!-- /TMPL_IF -->
411
                <!-- TMPL_VAR NAME="city_name" --> <!-- TMPL_VAR NAME="city_zipcode" -->
414
                <!-- TMPL_VAR NAME="city_name" --> <!-- TMPL_VAR NAME="city_zipcode" -->
412
            </option>
415
            </option>
413
        <!-- /TMPL_LOOP -->
416
        <!-- /TMPL_LOOP -->
414
- 

Return to bug 4248