Fix: view picto if javascipt is disable

This commit is contained in:
Regis Houssin 2009-12-21 06:06:29 +00:00
parent 979267a649
commit 419fe6914e

View File

@ -212,7 +212,10 @@ if ($result)
print '<input type="checkbox" id="check_'.$i.'" name="const['.$i.'][check]" value="1" onClick="displayElement(\'delconst\');">';
print ' &nbsp; ';
}
print '<a href="const.php?rowid='.$obj->rowid.'&entity='.$obj->entity.'&action=delete">'.img_delete().'</a>';
else
{
print '<a href="const.php?rowid='.$obj->rowid.'&entity='.$obj->entity.'&action=delete">'.img_delete().'</a>';
}
print "</td></tr>\n";