Fix: missing the reposition

This commit is contained in:
Laurent Destailleur 2018-02-21 22:41:02 +01:00
parent 34135e0a13
commit 9114a28e88

View File

@ -1868,7 +1868,7 @@ else
}
if (($tmpaction=='activateline' && $user->rights->contrat->activer) || ($tmpaction=='unactivateline' && $user->rights->contrat->desactiver))
{
print '<a href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;ligne=' . $object->lines[$cursorline - 1]->id . '&amp;action=' . $tmpaction . '">';
print '<a class="reposition" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;ligne=' . $object->lines[$cursorline - 1]->id . '&amp;action=' . $tmpaction . '">';
print img_picto($tmpactiontext, $tmpactionpicto);
print '</a>';
}