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/12/13 22:44:01 UTC

[incubator-ponymail-foal] 02/03: Add sidebar stats checkbox to prefs

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

commit eb07643b7001247cb394fcd4194c80e780bd83c6
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Dec 13 23:43:31 2021 +0100

    Add sidebar stats checkbox to prefs
---
 webui/list.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/webui/list.html b/webui/list.html
index 867771c..1153688 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -94,6 +94,7 @@ the License. -->
             <span class="caret"></span>
           </a>
             <div class="dropdown-menu" id="display_options_dropdown">
+              <div style="display: block; width: 100%;">
               <div>
                 <b>List display mode:</b><br/><br/>
               <input type="radio" id="display_mode_threaded" name="ui_threading" value="threaded" onchange="set_theme('threaded');"> <label for="display_mode_threaded">Threaded view</label><br/>
@@ -108,7 +109,11 @@ the License. -->
                 <input type="radio" id="email_mode_plain" name="ui_emailmode" value="plain" onchange="set_skin(false);"> <label for="email_mode_plain">Legacy rendering</label><br/>
 
               </div>
-
+              </div>
+              <hr/>
+              <div style="display: block; width: 100%; text-align: center;">
+                <input type="checkbox" id="G_show_stats_sidebar" name="ui_stats_sidebar" value="compact" onchange="set_show_stats(this.checked);"> <label for="G_show_stats_sidebar">Show side-bar stats</label><br/>
+              </div>
             </div>
         </li>