diff options
Diffstat (limited to 'themes/default/template/identification.tpl')
-rw-r--r-- | themes/default/template/identification.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl index ecdff0bb1..7f6d53091 100644 --- a/themes/default/template/identification.tpl +++ b/themes/default/template/identification.tpl @@ -1,5 +1,5 @@ {if isset($MENUBAR)}{$MENUBAR}{/if} -<div id="content" class="content"> +<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> <ul class="categoryActions"> @@ -47,16 +47,18 @@ <input tabindex="4" type="submit" name="login" value="{'Submit'|@translate}"> </p> - <p> + <p> {if isset($U_REGISTER)} <a href="{$U_REGISTER}" title="{'Register'|@translate}" class="pwg-state-default pwg-button"> <span class="pwg-icon pwg-icon-register"> </span><span>{'Register'|@translate}</span> </a> {/if} +{if isset($U_LOST_PASSWORD)} <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button"> <span class="pwg-icon pwg-icon-lost-password"> </span><span>{'Forgot your password?'|@translate}</span> </a> - </p> +{/if} + </p> </form> |