#1 (permalink)  
Alt 05.03.2007, 23:57
Neuer Benutzer
 
Registriert seit: 05.12.2006
Beiträge: 22
Standard create_account.php ???

HI,

kann mir jemand bitte sagen wo ich die Hintergrund- und Schriftfarben die
beim Aufruf von "create_account.php" zu sehen sind, ändern kann ???

vielen dank schonmal.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 06.03.2007, 06:31
xt:Commerce Support Kunde
 
Registriert seit: 13.10.2006
Beiträge: 697
Standard

Ohne genauere Angaben zu haben:
Mit hoher Wahrscheinlichkeit im Stylesheet und in templates/<DEIN TEMPLATE>/modules/create_account.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 06.03.2007, 16:43
Neuer Benutzer
 
Registriert seit: 05.12.2006
Beiträge: 22
Standard

Folgendes habe ich inder create_account.html stehen:
Zitat:
{config_load file="$language/lang_$language.conf" section="create_account"}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td class="contentsTopics">{#heading_create_account#}</td>
</tr>
</table>
{$FORM_ACTION}
{if $error!=''}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{$error}</td>
</tr>
</table>
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td><strong>{#title_personal#}</strong></td>
<td align="right" class="inputRequirement">{#text_must#}</td>
</tr>
</table>
<table width="100%" class="formArea" cellspacing="2" cellpadding="0">
{if $gender=='1'}
<tr>
<td width="200" class="main">{#text_gender#}</td>
<td class="main">
<table cellspacing="0" cellpadding="0">
<tr>
<td class="main"> {$INPUT_MALE}</td>
<td class="main"> {$INPUT_FEMALE}</td>
</tr>
</table>
</td>
</tr>
{/if}
<tr>
<td class="main">{#text_firstname#}</td>
<td class="inputRequirement" >{$INPUT_FIRSTNAME}</td>
</tr>
<tr>
<td class="main">{#text_lastname#}</td>
<td class="inputRequirement">{$INPUT_LASTNAME}</td>
</tr>
{if $birthdate=='1'}
<tr>
<td class="main">{#text_birthdate#}</td>
<td class="inputRequirement">{$INPUT_DOB}</td>
</tr>
{/if}
<tr>
<td class="main">{#text_email#}</td>
<td class="inputRequirement">{$INPUT_EMAIL}</td>
</tr>
</table>
{if $company=='1'}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td class="main"><strong>{#title_company#}</strong></td>
</tr>
</table>
<table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">{#text_company#}</td>
<td class="inputRequirement">{$INPUT_COMPANY}</td>
</tr>
{if $vat=='1'}
<tr>
<td class="main">{#text_ustid#}</td>
<td class="inputRequirement">{$INPUT_VAT}</td>
</tr>
{/if}

</table>
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td class="main"><strong>{#title_address#}</strong></td>
</tr>
</table>
<table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">{#text_street#}</td>
<td class="inputRequirement">{$INPUT_STREET}</td>
</tr>
{if $suburb=='1'}
<tr>
<td class="main">{#text_suburb#}</td>
<td class="inputRequirement">{$INPUT_SUBURB}</td>
</tr>
{/if}
<tr>
<td class="main">{#text_code#}</td>
<td class="inputRequirement">{$INPUT_CODE}</td>
</tr>
<tr>
<td class="main">{#text_city#}</td>
<td class="inputRequirement">{$INPUT_CITY}</td>
</tr>
{if $state=='1'}
<tr>
<td class="main">{#text_state#}</td>
<td class="inputRequirement">{$INPUT_STATE}</td>
</tr>
{/if}
<tr>
<td class="main">{#text_country#}</td>
<td class="inputRequirement">{$SELECT_COUNTRY}</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td class="main"><strong>{#title_contact#}</strong></td>
</tr>
</table>
<table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">{#text_tel#}</td>
<td class="inputRequirement">{$INPUT_TEL}</td>
</tr>
<tr>
<td class="main">{#text_fax#}</td>
<td class="inputRequirement">{$INPUT_FAX}</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td class="main"><strong>{#title_password#}</strong></td>
</tr>
</table>
<table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">{#text_password#}</td>
<td class="inputRequirement">{$INPUT_PASSWORD}</td>
</tr>
<tr>
<td class="main">{#text_confirmation#}</td>
<td class="inputRequirement">{$INPUT_CONFIRMATION}</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right">{$BUTTON_SUBMIT}</td>
</tr>
</table>
{$FORM_END}
</td>
</tr>
</table>
Wo genau könnte es in der Stylesheet stehen ??

danke schonmal vielmals
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 06.03.2007, 23:02
Neuer Benutzer
 
Registriert seit: 05.12.2006
Beiträge: 22
Standard

Habs in der Stylesheet gefunden.
Die Beschreibungen sind aber der letzte Dreck. Das sollte man
schnellstens verbessern und ne kleine Beschreibung in Klammern setzen etc.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
createaccountphp

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 09:52 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand