Skip to content

Commit

Permalink
Added the trash condition in showGENFORM.pl to display or not a row
Browse files Browse the repository at this point in the history
  • Loading branch information
ldassin committed Mar 7, 2024
1 parent b7a7245 commit 3134db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODE/cgi-bin/showGENFORM.pl
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
$modif = qq(<a href="$form_url"><img src="/icons/modif.png" title="Editer..." border=0></a>);
$efface = qq(<img src="/icons/no.png" title="Effacer..." onclick="checkRemove($id)">);

$texte = $texte."<TR ".($id < 1 ? "class=\"node-disabled\"":"").">";
$texte = $texte."<TR ".($trash == 1 ? "class=\"node-disabled\"":"").">";
#if ($clientAuth > 1) {
$texte = $texte."<TD nowrap>$modif</TH>";
#}
Expand Down

0 comments on commit 3134db6

Please sign in to comment.