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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc (-1 / +1 lines)
Lines 80-86 Link Here
80
      [% END %]
80
      [% END %]
81
      City: </label>
81
      City: </label>
82
        <input type="text" id="city" name="city" size="20" value="[% city %]" />
82
        <input type="text" id="city" name="city" size="20" value="[% city %]" />
83
        [% IF ( city_cgipopup ) %]or <strong>choose</strong>
83
        [% IF ( city_cgipopup ) %]or choose
84
        <select id="select_city" name="select_city">
84
        <select id="select_city" name="select_city">
85
        [% FOREACH city_loo IN city_loop %]
85
        [% FOREACH city_loo IN city_loop %]
86
            [% IF ( city_loo.selected ) %]
86
            [% IF ( city_loo.selected ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc (-2 / +1 lines)
Lines 68-74 Link Here
68
      [% END %]
68
      [% END %]
69
      City: </label>
69
      City: </label>
70
        <input type="text" id="city" name="city" size="20" value="[% city %]" />
70
        <input type="text" id="city" name="city" size="20" value="[% city %]" />
71
        [% IF ( city_cgipopup ) %]or <strong>choose</strong>
71
        [% IF ( city_cgipopup ) %]or choose
72
        <select id="select_city" name="select_city">
72
        <select id="select_city" name="select_city">
73
        [% FOREACH city_loo IN city_loop %]
73
        [% FOREACH city_loo IN city_loop %]
74
            [% IF ( city_loo.selected ) %]
74
            [% IF ( city_loo.selected ) %]
75
- 

Return to bug 15340