Fehlerchen in login.html - Gambio GX Template vor dem 24.02.2010
24. Februar 2010Sehr geehrter Kunde,
ein Fehlerchen hat sich in der login.html (Pfad: templates/Ihr-Template/module/) eingeschlichen. Dabei handelt es sich um die Templates, die vor dem 24.02.2010 erworben wurden.
Suchen Sie nach:
{config_load file=”$language/lang_$language.conf” section=”login”}
<h1>{#heading_login#}</h1>
<div class=”account_content”> {if $info_message!=”}
<div class=”error”>{$info_message}</div>
<br />
{/if}
{if $account_option==’account’ or $account_option==’both’}
<h2>{#title_new#}</h2>
<div class=”account_content_boxes”>{#text_new#}
<div class=”buttonright”>{$BUTTON_NEW_ACCOUNT} </div>
</div>
{if $account_option==’both’ or $account_option==’guest’}
<h2>{#title_guest#}</h2>
<div class=”account_content_boxes”>{#text_guest#}
<div class=”buttonright”>{$BUTTON_GUEST} </div>
</div>
{/if}
{$FORM_ACTION}
<h2>{#title_returning#}</h2>
<div class=”account_content_boxes”>{#text_returning#}
<label>{#text_email#}</label>
<span class=”inputpadding”>{$INPUT_MAIL}</span><br />
<label>{#text_password#}</label>
<span class=”inputpadding”>{$INPUT_PASSWORD}</span><br />
<label> </label>
{$BUTTON_LOGIN}<br />
<label> </label> <a href=”{$LINK_LOST_PASSWORD}” class=”lostpassword”>» {#text_lost_password#}</a><br />
</div>
{$FORM_END}
{/if} </div>
Und ersetzen Sie es mit:
{config_load file=”$language/lang_$language.conf” section=”login”}
<h1>{#heading_login#}</h1>
<div class=”account_content”> {if $info_message!=”}
<div class=”error”>{$info_message}</div>
<br />
{/if}
{if $account_option==’account’ or $account_option==’both’}
<h2>{#title_new#}</h2>
<div class=”account_content_boxes”>{#text_new#}
<div class=”buttonright”>{$BUTTON_NEW_ACCOUNT} </div>
</div> {/if}
{if $account_option==’both’ or $account_option==’guest’}
<h2>{#title_guest#}</h2>
<div class=”account_content_boxes”>{#text_guest#}
<div class=”buttonright”>{$BUTTON_GUEST} </div>
</div>
{/if}
{$FORM_ACTION}
<h2>{#title_returning#}</h2>
<div class=”account_content_boxes”>{#text_returning#}
<label>{#text_email#}</label>
<span class=”inputpadding”>{$INPUT_MAIL}</span><br />
<label>{#text_password#}</label>
<span class=”inputpadding”>{$INPUT_PASSWORD}</span><br />
<label> </label>
{$BUTTON_LOGIN}<br />
<label> </label> <a href=”{$LINK_LOST_PASSWORD}” class=”lostpassword”>» {#text_lost_password#}</a><br />
</div>
{$FORM_END}
</div>
Bei Fragen bin ich gerne für Sie erreichbar. Telefon 06821 - 30 67 23
Gruß
Zlatko Margeta, Tempteria Webdesign




