aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/identification.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-07-05 13:37:51 +0200
committerplegall <plg@piwigo.org>2016-07-05 13:37:51 +0200
commitcfb62ec79b1f51534e312da8e5a3d7b6ed73e567 (patch)
tree14b625786c932e91da43d61f6e442a63db3fde2e /themes/smartpocket/template/identification.tpl
parent1f0e95c22c86d8fbc1fd08924602b48130d7ea8a (diff)
fixes #270 add password reset form to smartpocket
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>