Fix: Use JUMP tag

This commit is contained in:
Laurent Destailleur 2011-03-01 09:37:32 +00:00
parent 49698b1c03
commit f33c9c00e0

View File

@ -1507,7 +1507,7 @@ if ($id > 0 || ! empty($ref))
// Close
if ($object->statut == 1 && $user->rights->propale->cloturer)
{
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=statut#close"';
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=statut'.(empty($conf->global->MAIN_JUMP_TAG)?'':'#close').'"';
print '>'.$langs->trans('Close').'</a>';
}