You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/10/05 16:45:32 UTC

[incubator-ponymail-foal] branch master updated: add login icon to single thread page

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 cc67532  add login icon to single thread page
cc67532 is described below

commit cc67532bf30152fb8783e5dbdaca25399d8b6bfe
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Oct 5 18:45:21 2021 +0200

    add login icon to single thread page
---
 webui/thread.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/webui/thread.html b/webui/thread.html
index 6e0f58a..fc32650 100644
--- a/webui/thread.html
+++ b/webui/thread.html
@@ -54,6 +54,15 @@ the License. -->
       <li>
         <div title="Enable/disable social rendering" onclick="set_skin_permalink('chatty');" id="chatty_link" > </div>
       </li>
+        <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" style="width: 32px; margin-top: -4px;"  title="Not logged in"/>
+            <span class="caret"></span></a>
+          <ul class="dropdown-menu" id="prefs_dropdown">
+
+          </ul>
+        </li>
       </ul>
       
     </div>