aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/category.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-12-03 23:53:26 +0000
committerchrisaga <chrisaga@piwigo.org>2005-12-03 23:53:26 +0000
commitdca8ba0c4ad77836a680d20117e9de7a4f6de958 (patch)
tree7c24fe46ae0aa90b48cd87c2aab258480d16a9fa /template/yoga/category.tpl
parent98e4c38f1d35897aabcbc76cd82c5d3be803ade1 (diff)
dd 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/branches/branch-1_5@973 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 de46b3d04..a8867ec49 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="template/yoga/theme/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="template/yoga/theme/register.png" class="button" alt="{lang:register}"/></a></li>
+ </ul>
+
</fieldset>
</form>
<!-- END quickconnect -->