summaryrefslogtreecommitdiff
path: root/views/navbar.html
diff options
context:
space:
mode:
authorhorus_arch2015-03-23 10:58:54 +0100
committerhorus_arch2015-03-23 10:58:54 +0100
commit05194f3a09b2382f269d31e6e2fa472a7b95e5c1 (patch)
tree3a8aa81ae33e9b97149a55ff6a715caa3c93dda9 /views/navbar.html
parent558fe8ba9fb42231b34977fef542c43a34b3bd00 (diff)
downloadfreemail-05194f3a09b2382f269d31e6e2fa472a7b95e5c1.tar.gz
Add html documentation. Change password handler.
Diffstat (limited to 'views/navbar.html')
-rw-r--r--views/navbar.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/views/navbar.html b/views/navbar.html
index 6f2cf8e..14dee80 100644
--- a/views/navbar.html
+++ b/views/navbar.html
@@ -15,7 +15,7 @@
<a class="" href="/about" title="About us"><span class="glyphicon glyphicon-file"></span> About</a>
</li>
<li>
- <a class="" href="/features" title="Features"><span class="glyphicon glyphicon-star"></span> Features</a>
+ <a class="" href="/howto" title="How to"><span class="glyphicon glyphicon-star"></span> How to</a>
</li>
<li>
<a class="" href="/server" title="Server"><span class="glyphicon glyphicon-cog"></span> Server</a>
@@ -28,8 +28,13 @@
<li>
<a class="" href="https://webmail.iamfabulous.de/" title="Webmail"><span class="glyphicon glyphicon-envelope"></span> Webmail</a>
</li>
- <li>
- <a class="" href="/register" title="Sign up"><span class="glyphicon glyphicon-user"></span> Sign up</a>
+ <li class="dropdown">
+ <a class="" href="/register" title="Sign Up" data-target="#" data-toggle="dropdown"><span class="glyphicon glyphicon-user"></span> User <span class="caret"></span></a>
+ <ul class="dropdown-menu" role="menu">
+ <li><a class="" href="/register" title="Sign Up"><span class="glyphicon glyphicon-user"></span> Create New</a></li>
+ <li><a class="" href="/password" title="Change Password"><span class="glyphicon glyphicon-user"></span> Change Password</a></li>
+ <li></li>
+ </ul>
</li>
</ul>
</div>