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 fd7e442  Doesn't seem like it's used.
fd7e442 is described below

commit fd7e4429f99172fb1ffe34008b9a8ced297fa7c5
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Nov 21 18:04:11 2021 +0100

    Doesn't seem like it's used.
    
    This closes #139
---
 webui/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/list.html b/webui/list.html
index 5ea9d9f..d4512e3 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -65,7 +65,7 @@ the License. -->
           <li><a href="javascript:void(0);" class="searchlistoption" 
onclick="search_set_list('global');"  id="search_list_global">All lists</a></li>
           <li class="divider"></li>
           <li><b>Date range:</b>
-            <span id='drh'><input title="Click to change the date range" 
style="padding-left: 20px; border: none; cursor: pointer; text; min-width: 
200px; margin-right: 10px; background-color: transparent; font-size: 9pt;" 
name="d" id='d' data="lte=1M" value="Less than 1 month ago" 
onclick="datePicker(this);" readonly="readonly"/></span>
+            <span id='drh'><input title="Click to change the date range" 
style="padding-left: 20px; border: none; cursor: pointer; min-width: 200px; 
margin-right: 10px; background-color: transparent; font-size: 9pt;" name="d" 
id='d' data="lte=1M" value="Less than 1 month ago" onclick="datePicker(this);" 
readonly="readonly"/></span>
           </li>
           <li class="divider"></li>
           <li><b>Advanced filters:</b><br/>

Reply via email to