pillle67 Posted June 11, 2014 Report Share Posted June 11, 2014 Hallo Datei: /templates/xt_grid/xtCore/pages/password_reset.html ****************** <div class="box"> {form type=form name=login action='dynamic' link_params='page_action=password_reset' method=post conn=SSL} {form type=formend} </div><!-- .box --> ********************** Finde nur die Beiden Parameter Zeile 8 {form type=form name=login action='dynamic' link_params='page_action=password_reset' method=post conn=SSL} Zeille 44 {form type=formend} und die beiden Parameter gibt es nicht <div class="box"> </div><!-- .box --> Was muss ich machen? Danke für eure Hilfe im voraus Gruss Pillle67:D Link to comment Share on other sites More sharing options...
Sascha_NWD Posted June 11, 2014 Report Share Posted June 11, 2014 Wenn ich das mit meiner Datei abgleiche, dann hat es für mich folgende Logik ... Du musst vor dem <div class="box"> folgende Zeile setzen - {if $captcha_show != 'false'} Und nach dem </div><!-- .box --> folgende Zeile - {/if} Jedenfalls ist dies so in dem Datei-Archiv der Vollversion 4.1.10 so vorgesehen und eingetragen ... Link to comment Share on other sites More sharing options...
pillle67 Posted June 12, 2014 Author Report Share Posted June 12, 2014 Wenn ich das mit meiner Datei abgleiche, dann hat es für mich folgende Logik ... Du musst vor dem <div class="box"> folgende Zeile setzen - {if $captcha_show != 'false'} Und nach dem </div><!-- .box --> folgende Zeile - {/if} Jedenfalls ist dies so in dem Datei-Archiv der Vollversion 4.1.10 so vorgesehen und eingetragen ... Sorry, damit kan ich nicht viel anfangen, da soviel Code in der Datei noch steht. Kann ich den angegebenen Code vom Update 4.1.0 auf 4.1.10 einfach an einer Stelle reinkopien in die Datei und die beiden Zeilen enfach löschen. Danke Pille67 Link to comment Share on other sites More sharing options...
Sascha_NWD Posted June 13, 2014 Report Share Posted June 13, 2014 Wenn Du hier die Datei selbst oder den Code aus der Datei zeigen könntest, dann können wir Dir bestimmt weiterhelfen. Einfach den alten gegen den neuen Code ersetzen würde ich nicht !! Link to comment Share on other sites More sharing options...
pillle67 Posted June 13, 2014 Author Report Share Posted June 13, 2014 Das ist der Code <div id="passwort-reset"> <h1>{txt key=TEXT_PASSWORD_RESET_PAGE}</h1> {$message} <div class="box"> {form type=form name=login action='dynamic' link_params='page_action=password_reset' method=post conn=SSL} {if $captcha eq 'true'} {form type=hidden name=action value=check_captcha} {/if} {form type=hidden name=link_target value=index} {if $captcha eq 'true'} <p>{txt key=TEXT_PASSWORD_RESET}</p> {else} <p>{txt key=TEXT_PASSWORD_RESET_WITHOUT_CAPTCHA}</p> {/if} {if $captcha eq 'true'} {if $recaptcha eq 'true'} <label>{txt key=text_captcha}</label> {$captcha_link} {else} <p class="right"><img src="{$captcha_link}" alt="{txt key=text_captcha}" /></p> <label>{txt key=text_captcha}</label> {form type=text name=captcha maxlength='30'} {/if} {/if} <label>{txt key=text_email}</label> {form type=text name=email maxlength='50'} <p class="right">{css_button text=$smarty.const.BUTTON_NEXT type='form'}</p> {form type=formend} </div><!-- .box --> </div><!-- #passwort-reset --> Link to comment Share on other sites More sharing options...
Sascha_NWD Posted June 13, 2014 Report Share Posted June 13, 2014 <div id="passwort-reset"> <h1>{txt key=TEXT_PASSWORD_RESET_PAGE}</h1> {$message} {if $captcha_show != 'false'} <div class="box"> {form type=form name=login action='dynamic' link_params='page_action=password_reset' method=post conn=SSL} {if $captcha eq 'true'} {form type=hidden name=action value=check_captcha} {/if} {form type=hidden name=link_target value=index} {if $captcha eq 'true'} <p>{txt key=TEXT_PASSWORD_RESET}</p> {else} <p>{txt key=TEXT_PASSWORD_RESET_WITHOUT_CAPTCHA}</p> {/if} {if $captcha eq 'true'} {if $recaptcha eq 'true'} <label>{txt key=text_captcha}</label> {$captcha_link} {else} <p class="right"><img src="{$captcha_link}" alt="{txt key=text_captcha}" /></p> <label>{txt key=text_captcha}</label> {form type=text name=captcha maxlength='30'} {/if} {/if} <label>{txt key=text_email}</label> {form type=text name=email maxlength='50'} <p class="right">{css_button text=$smarty.const.BUTTON_NEXT type='form'}</p> {form type=formend} </div><!-- .box --> {/if} </div><!-- #passwort-reset --> Link to comment Share on other sites More sharing options...
pillle67 Posted June 15, 2014 Author Report Share Posted June 15, 2014 <div id="passwort-reset"> <h1>{txt key=TEXT_PASSWORD_RESET_PAGE}</h1> {$message} {if $captcha_show != 'false'} <div class="box"> {form type=form name=login action='dynamic' link_params='page_action=password_reset' method=post conn=SSL} {if $captcha eq 'true'} {form type=hidden name=action value=check_captcha} {/if} {form type=hidden name=link_target value=index} {if $captcha eq 'true'} <p>{txt key=TEXT_PASSWORD_RESET}</p> {else} <p>{txt key=TEXT_PASSWORD_RESET_WITHOUT_CAPTCHA}</p> {/if} {if $captcha eq 'true'} {if $recaptcha eq 'true'} <label>{txt key=text_captcha}</label> {$captcha_link} {else} <p class="right"><img src="{$captcha_link}" alt="{txt key=text_captcha}" /></p> <label>{txt key=text_captcha}</label> {form type=text name=captcha maxlength='30'} {/if} {/if} <label>{txt key=text_email}</label> {form type=text name=email maxlength='50'} <p class="right">{css_button text=$smarty.const.BUTTON_NEXT type='form'}</p> {form type=formend} </div><!-- .box --> {/if} </div><!-- #passwort-reset --> Danke, werde es ausprobieren Pillle67 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.