Revert "Fix: donation index: fix url to see last 3 donations"

This reverts commit 87618233d6.
This commit is contained in:
Ilhan K. 2025-02-13 12:15:24 +01:00
parent 87618233d6
commit 2d30cf9f92

View File

@ -224,7 +224,7 @@ if ($resql) {
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<th colspan="5">'.$langs->trans("LastModifiedDonations", $max).' ';
print '<a href="'.DOL_URL_ROOT.'/don/list.php?sortfield=d.datedon&sortorder=DESC">';
print '<a href="'.DOL_URL_ROOT.'/don/list.php?sortfield=d.datem&sortorder=DESC">';
print '<span class="badge">...</span>';
print '</a>';
print '</th></tr>';