Clean deprecated files

This commit is contained in:
Laurent Destailleur 2016-02-16 00:41:30 +01:00
parent c78997ed23
commit a4628e4bd1
3 changed files with 3 additions and 4 deletions

View File

@ -14,13 +14,11 @@ support/index.php
support/online.php support/online.php
support/default.css support/default.css
support/headbg.jpg
support/helpcenter.png support/helpcenter.png
support/internet.png support/internet.png
support/mail.png support/mail.png
support/pagemaster.png support/pagemaster.png
support/redstar.png support/redstar.png
support/sparkangels.png
support/star.png support/star.png
support/who.png support/who.png

View File

@ -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("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($langs->trans("Status"),$_SERVER["PHP_SELF"],"d.fk_statut","", $param,'align="right"',$sortfield,$sortorder);
print_liste_field_titre('');
print "</tr>\n"; print "</tr>\n";
// Filters lines // Filters lines
@ -188,7 +189,7 @@ if ($resql)
print '</td>'; 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"><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">'; print '<td class="liste_titre" align="right">';
$searchpitco=$form->showFilterAndCheckAddButtons(0); $searchpitco=$form->showFilterAndCheckAddButtons(0);
print $searchpitco; print $searchpitco;
@ -226,7 +227,7 @@ if ($resql)
} }
print '<td align="right">'.price($objp->amount).'</td>'; print '<td align="right">'.price($objp->amount).'</td>';
print '<td align="right">'.$donationstatic->LibStatut($objp->statut,5).'</td>'; print '<td align="right">'.$donationstatic->LibStatut($objp->statut,5).'</td>';
print '<td></td>';
print "</tr>"; print "</tr>";
$i++; $i++;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB