This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 31b95ab refactoruser prefs area for admin.html as well
31b95ab is described below
commit 31b95abeb611f88b2a0bc9a9e6af91dc68f083f4
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Nov 21 03:17:14 2021 +0100
refactoruser prefs area for admin.html as well
---
webui/admin.html | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/webui/admin.html b/webui/admin.html
index 052b279..8cd3b9b 100644
--- a/webui/admin.html
+++ b/webui/admin.html
@@ -47,20 +47,16 @@ the License. -->
<a class="navbar-brand" href="./"><span><img src="images/foal.png"
alt="Foal logo" style="margin-top: -10px !important;" height="30"/> <span
class='hidden-xs title'>Pony Mail!</span></a>
</div>
- <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"
style="float: left;">
-
- <ul class="nav navbar-nav" id="userprefs" style="position: absolute;
right: 18px;">
+ <!-- User preferences and display options -->
+ <div id="preferences">
+ <ul class="nav" id="preferences_ul">
<li class="dropdown navbar-right" id="login">
-
- <!-- user prefs -->
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg"
src="images/user_loggedout.png" alt="Logged out" style="width: 32px;
margin-top: -4px;" title="Not logged in"/>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg"
src="images/user_loggedout.png" alt="Logged out" style="width: 32px;"
title="Not logged in"/>
<span class="caret"></span></a>
- <ul class="dropdown-menu" id="prefs_dropdown">
-
+ <ul class="dropdown-menu" id="login_dropdown">
</ul>
</li>
</ul>
-
</div>
</div>