Project

General

Profile

Bug #23646

Updated by Alexander Opitz over 9 years ago

When in Single Table View in the List module, the pagination controls are shown twice: above and below of the data rows. 

 The page input field (and the related refresh-icon) below the table do not work correctly. 

 Reason: 
 in class.db_list_extra.inc the following JS-code ist used to access the value of the input field: 
 "page = document.getElementById(\'jumpPage\').value;" 

 As there are 2 input fields with the same ID on the page, the value is always read from the first one. So the input field at the bottom of the table is never evaluated. 




 




 (issue imported from #M15857)

Back