Kayıt Olurken Cinsiyet

Son güncelleme: 10.01.2010 11:25
  • theme/Register.template.php yi açın

    bulun
    </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

    </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>';
#16.06.2008 03:01 0 0 0
  • Eyvallah..
#10.01.2010 11:25 0 0 0