diff options
Diffstat (limited to 'themes/smartpocket/template/identification.tpl')
-rw-r--r-- | themes/smartpocket/template/identification.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/smartpocket/template/identification.tpl b/themes/smartpocket/template/identification.tpl index 33d011570..cf29190da 100644 --- a/themes/smartpocket/template/identification.tpl +++ b/themes/smartpocket/template/identification.tpl @@ -28,14 +28,14 @@ </form> - <div data-role="fieldcontain"> -{if isset($U_REGISTER)} - <a href="{$U_REGISTER}" data-role="button">{'Register'|@translate}</a> -{/if} -{* + <div data-role="fieldcontain" style="margin-top:2em"> {if isset($U_LOST_PASSWORD)} <a href="{$U_LOST_PASSWORD}" data-role="button">{'Forgot your password?'|@translate}</a> {/if} -*} + +{if isset($U_REGISTER)} + <a href="{$U_REGISTER}" data-role="button">{'Register'|@translate}</a> +{/if} + </div> </div> |