Fix: link to add at wrong place

This commit is contained in:
Laurent Destailleur 2016-01-23 11:30:06 +01:00
parent f2f4c60dbd
commit 3903ced5b4
2 changed files with 5 additions and 3 deletions

View File

@ -335,10 +335,12 @@ if ($resql)
print "</form>";
/*
print '<div class="tabsAction">';
print '<a href="'.dol_buildpath('/expensereport/card.php',1).'?action=create" class="butAction">'.$langs->trans("NewTrip").'</a>';
print '</div>';
*/
$db->free($resql);
}
else

View File

@ -436,13 +436,13 @@ if($holiday_payes == '2')
print '</table>';
print '</form>';
if ($user_id == $user->id)
/*if ($user_id == $user->id)
{
print '<br>';
print '<div style="float: right; margin-top: 8px;">';
print '<a href="./card.php?action=request" class="butAction">'.$langs->trans('AddCP').'</a>';
print '</div>';
}
}*/
llxFooter();