Misafir Misafir
| Konu: Kayıt Sırasında Cinsiyetini Sorma Paz Mart 02, 2008 3:45 pm | |
| theme/Register.template.php yi açın
bulun - Kod:
-
</tr><tr> <td width="40%"> <b>', $txt[82], ':</b> </td> <td> <input type="password" name="passwrd2" size="30" tabindex="', $context['tabindex']++, '" /> </td> </tr>'; değiştirin - Kod:
-
</tr><tr> <td width="40%"> <b>', $txt[82], ':</b> </td> <td> <input type="password" name="passwrd2" size="30" tabindex="', $context['tabindex']++, '" /> </td> </tr><tr> <td width="40%"> <b>Cinsiyetiniz:</b> </td> <td> <input type="radio" name="gender" value="0" checked="checked" tabindex="', $context['tabindex']++, '" /> ', $txt[470], '<br /> <input type="radio" name="gender" value="1" tabindex="', $context['tabindex']++, '" /> ', $txt[238], '<br /> <input type="radio" name="gender" value="2" tabindex="', $context['tabindex']++, '" /> ', $txt[239], '<br /> </td> </tr>'; |
|