Skip to content
Snippets Groups Projects
Commit a4628e4b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Clean deprecated files

parent c78997ed
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,11 @@ support/index.php
support/online.php
support/default.css
support/headbg.jpg
support/helpcenter.png
support/internet.png
support/mail.png
support/pagemaster.png
support/redstar.png
support/sparkangels.png
support/star.png
support/who.png
......
......@@ -165,6 +165,7 @@ if ($resql)
}
print_liste_field_titre($langs->trans("Amount"),$_SERVER["PHP_SELF"],"d.amount","", $param,'align="right"',$sortfield,$sortorder);
print_liste_field_titre($langs->trans("Status"),$_SERVER["PHP_SELF"],"d.fk_statut","", $param,'align="right"',$sortfield,$sortorder);
print_liste_field_titre('');
print "</tr>\n";
// Filters lines
......@@ -188,7 +189,7 @@ if ($resql)
print '</td>';
}
print '<td class="liste_titre" align="right"><input name="search_amount" class="flat" type="text" size="8" value="'.$search_amount.'"></td>';
print '<td class="liste_titre" align="right"></td>';
print '<td class="liste_titre" align="right">';
$searchpitco=$form->showFilterAndCheckAddButtons(0);
print $searchpitco;
......@@ -226,7 +227,7 @@ if ($resql)
}
print '<td align="right">'.price($objp->amount).'</td>';
print '<td align="right">'.$donationstatic->LibStatut($objp->statut,5).'</td>';
print '<td></td>';
print "</tr>";
$i++;
}
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment