]> git.mxchange.org Git - mailer.git/commitdiff
EL fixed
authorRoland Häder <roland@mxchange.org>
Sun, 12 Sep 2010 02:26:29 +0000 (02:26 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 12 Sep 2010 02:26:29 +0000 (02:26 +0000)
templates/de/html/member/member_mydata_edit.tpl
templates/de/html/member/member_mydata_overview.tpl

index 338753f2630ec7090d9821588cdfe9dfb8a5ea27..8c7e441e6db21a599ad5b856bf61033ac31a25db 100644 (file)
@@ -34,7 +34,7 @@
                <td>
                        {%user,country,determineCountry%}
                        <input type="text" class="form_field" name="zip" size="5" maxlength="10" value="{%user,zip,bigintval%}" />
-                       <input type="text" class="form_field" name="city" size="20" maxlength="255" value="{%city,city%}" />
+                       <input type="text" class="form_field" name="city" size="20" maxlength="255" value="{%user,city%}" />
                </td>
        </tr>
        <tr>
index 8211f1d8db2501d2dc3117a37e69e97fba876ee9..ff70d1668900d44cc186378cf5575beaeef5e0ea 100644 (file)
@@ -35,7 +35,7 @@
        </tr>
        <tr>
                <td align="right">{--CITY--}:</td>
-               <td><strong>{%city,city%}</strong></td>
+               <td><strong>{%user,city%}</strong></td>
        </tr>
        <tr>
                <td align="right">{--EMAIL--}:</td>