This is an automated email from the ASF dual-hosted git repository.

sebb 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 abc5cf8  checkall is not used; search only has 2 args
abc5cf8 is described below

commit abc5cf82225b1b1dc0fdff0d73824a12886554e5
Author: Sebb <s...@apache.org>
AuthorDate: Tue Apr 30 23:33:11 2024 +0100

    checkall is not used; search only has 2 args
---
 webui/list.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/webui/list.html b/webui/list.html
index 08a244a..e82a93b 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -53,11 +53,9 @@ the License. -->
     
             
       
-      <form class="quickform" style="padding-top: 8px; float: left; 
page-break-before: avoid; page-break-after: avoid;" id="quickform" 
action="list.html" method="get" onsubmit="return 
search(this.elements['q'].value,this.elements['d'].getAttribute('data'), false, 
this.elements['checkall'].checked);">
+      <form class="quickform" style="padding-top: 8px; float: left; 
page-break-before: avoid; page-break-after: avoid;" id="quickform" 
action="list.html" method="get" onsubmit="return 
search(this.elements['q'].value,this.elements['d'].getAttribute('data'));">
         <div class="unifiedsearch">
         
-        <input type="checkbox" style="display: none" id="checkall" 
name="checkall"/>
-        
         <ul id="advanced_search">
           <li><b>Where to search:</b></li>
           <li><a href="javascript:void(0);" class="searchlistoption checked" 
onclick="search_set_list('this');" id="search_list_this">This list</a></li>

Reply via email to