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 512f916  typo
512f916 is described below

commit 512f91672f8b237325e90065d574a95333795840
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Nov 1 16:49:47 2021 +0100

    typo
---
 webui/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/list.html b/webui/list.html
index 162f73e..7036690 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; 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>
           </li>
           <li class="divider"></li>
           <li><b>Advanced filters:</b><br/>

Reply via email to