aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/identification.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-07-07 18:22:22 +0200
committerplegall <plg@piwigo.org>2016-07-07 18:22:22 +0200
commitee737aeed714ea28de9c1b475f76abb078385fcc (patch)
tree2f933785ead7bfde2acf8ef5345c2dd76b597f41 /themes/smartpocket/template/identification.tpl
parent724befb35d0edb0727ec511f9cf8086b36e12f8d (diff)
parentc72a414a4832d2f768161b87188f16cb151f6cc9 (diff)
Merge branch '2.8'
Diffstat (limited to 'themes/smartpocket/template/identification.tpl')
-rw-r--r--themes/smartpocket/template/identification.tpl12
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>