Fix: link to add at wrong place
This commit is contained in:
parent
f2f4c60dbd
commit
3903ced5b4
@ -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
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user