aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/category.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-12-03 23:40:51 +0000
committerchrisaga <chrisaga@piwigo.org>2005-12-03 23:40:51 +0000
commit02ae5a7dca4e14e031d27f213cdb146e4bab4021 (patch)
tree26f98e0f841aa354e2ea33e29ef474edbbaf6dcc /template/yoga/category.tpl
parent02c3c0d2dff2c1aedd7ab78f06e6a5d5cbcc2418 (diff)
add feature 221 : Add a link to "lost password" in quick connect form
plus link to "register" and move quickconnect rules from default-layout.css to menubar.css git-svn-id: http://piwigo.org/svn/trunk@972 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/category.tpl')
-rw-r--r--template/yoga/category.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl
index d4306c936..40391a923 100644
--- a/template/yoga/category.tpl
+++ b/template/yoga/category.tpl
@@ -90,7 +90,11 @@
<p>
<input type="submit" name="login" value="{lang:submit}">
</p>
-
+ <ul class="actions">
+ <li><a href="{U_LOST_PASSWORD}" title="{lang:Forgot your password?}"><img src="{themeconf:icon_dir}/lost_password.png" class="button" alt="{lang:Forgot your password?}"></a></li>
+ <li><a href="{U_REGISTER}" title="{lang:Create a new account}"><img src="{themeconf:icon_dir}/register.png" class="button" alt="{lang:register}"/></a></li>
+ </ul>
+
</fieldset>
</form>
<!-- END quickconnect -->