argy17 Posted July 20, 2005 Report Share Posted July 20, 2005 Bei mir wird bei der Neuanmeldung 2 mal Herr und 2 mal Frau angezeigt. Wo kann ich das ?ndern? Hab schon gesucht, aber leider nix gefunden. Link to comment Share on other sites More sharing options...
nom Posted July 20, 2005 Report Share Posted July 20, 2005 create_account.html /dein_template/module/ Link to comment Share on other sites More sharing options...
argy17 Posted July 20, 2005 Author Report Share Posted July 20, 2005 glaub ich bin zu blind... Ich finds nich... Kannst du mal schaun? {config_load file="$language/lang_$language.conf" section="create_account"} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><font size="3" face="Verdana, Arial, Helvetica, sans-serif"><strong>{#heading_create_account#}</strong></font> <br>{$FORM_ACTION} {if $error!=''}<br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$error}</td> </tr> </table> {/if} <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">{#title_personal#}</font></strong> </td> <td><div align="right"><font color="#FF0000" size="1" face="Verdana, Arial, Helvetica, sans-serif">{#text_must#}</font></div></td> </tr> </table> <table width="100%" class="formArea" cellspacing="2" cellpadding="0"> {if $gender=='1'} <tr> <td class="main" width="150">{#text_gender#}</td> <td class="main" >{#text_male#} {$INPUT_MALE} {#text_female#} {$INPUT_FEMALE}</td> </tr> {/if} <tr> <td class="main" >{#text_firstname#}</td> <td class="main" >{$INPUT_FIRSTNAME}</td> </tr> <tr> <td class="main">{#text_lastname#}</td> <td class="main">{$INPUT_LASTNAME}</td> </tr> {if $birthdate=='1'} <tr> <td class="main">{#text_birthdate#}</td> <td class="main">{$INPUT_DOB}</td> </tr> {/if} <tr> <td class="main">{#text_email#}</td> <td class="main">{$INPUT_EMAIL}</td> </tr> </table> {if $company=='1'} <br> <strong> <div class="main"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">{#title_company#}</font></div> </strong> <table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td class="main" width="150">{#text_company#}</td> <td class="main" >{$INPUT_COMPANY}</td> </tr> {if $vat=='1'} <tr> <td class="main" width="150">{#text_ustid#}</td> <td class="main" >{$INPUT_VAT}</td> </tr> {/if} </table> {/if} <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">{#title_address#}</font></strong> </td> </tr> </table> <table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td class="main" width="150">{#text_street#}</td> <td class="main" >{$INPUT_STREET}</td> </tr> {if $suburb=='1'} <tr> <td class="main">{#text_suburb#}</td> <td class="main">{$INPUT_SUBURB}</td> </tr> {/if} <tr> <td class="main">{#text_code#}</td> <td class="main">{$INPUT_CODE}</td> </tr> <tr> <td class="main">{#text_city#}</td> <td class="main">{$INPUT_CITY}</td> </tr> {if $state=='1'} <tr> <td class="main">{#text_state#}</td> <td class="main">{$INPUT_STATE}</td> </tr> {/if} <tr> <td class="main">{#text_country#}</td> <td class="main">{$SELECT_COUNTRY}</td> </tr> </table> <br> <strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">{#title_contact#}</font></strong> <table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td class="main" width="150">{#text_tel#}</td> <td class="main" >{$INPUT_TEL}</td> </tr> <tr> <td class="main" >{#text_fax#}</td> <td class="main" >{$INPUT_FAX}</td> </tr> </table> <br> <strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">{#title_options#}</font></strong> <span class="main"> </span> <table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td class="main" width="150">{#text_newsletter#}</td> <td class="main" >{$CHECKBOX_NEWSLETTER}</td> </tr> </table> <br> <strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">{#title_password#}</font></strong> <table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td class="main" width="150">{#text_password#}</td> <td class="main" >{$INPUT_PASSWORD}</td> </tr> <tr> <td class="main" >{#text_confirmation#}</td> <td class="main" >{$INPUT_CONFIRMATION}</td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="right">{$BUTTON_SUBMIT}</div></td> </tr> </table> </form> </td> </tr> </table> WO mu? ich WAS ?ndern? Link to comment Share on other sites More sharing options...
nom Posted July 20, 2005 Report Share Posted July 20, 2005 Dies hier {#text_male#} {$INPUT_MALE} {#text_female#} {$INPUT_FEMALE} l?sche die Sprachvariablen {#..#} Link to comment Share on other sites More sharing options...
argy17 Posted July 20, 2005 Author Report Share Posted July 20, 2005 Wie jetz? Das raff ich nich... Link to comment Share on other sites More sharing options...
argy17 Posted July 20, 2005 Author Report Share Posted July 20, 2005 kannst du mir das bitte genauer erkl?ren? komm damit irgendwie nich so ganz klar. hab verschiedenes probiert, aber da krieg ich st?ndig fehlermeldungen... Link to comment Share on other sites More sharing options...
argy17 Posted July 27, 2005 Author Report Share Posted July 27, 2005 Kann mir bitte jemand sagen was ich da genau ?ndern mu?? Ich finds leider nich... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.