Improve Manage_Table : search button if modify or delete is on the left
This commit is contained in:
parent
479306c564
commit
9d92671ed1
1 changed files with 3 additions and 1 deletions
|
|
@ -824,8 +824,10 @@ function check()
|
|||
}
|
||||
$nb_order=count($this->a_order);
|
||||
$virg=""; $result="";
|
||||
|
||||
// filter only on visible column
|
||||
$visible=0;
|
||||
$visible=($this->icon_mod=='left')?1:0;
|
||||
$visible=$visible+( ($this->icon_del=='left')?1:0);
|
||||
for ($e=0; $e<$nb_order; $e++)
|
||||
{
|
||||
if ($this->get_property_visible($this->a_order[$e])==TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue