Fix: link to add at wrong place
This commit is contained in:
parent
f2f4c60dbd
commit
3903ced5b4
@ -335,9 +335,11 @@ if ($resql)
|
|||||||
|
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
|
||||||
|
/*
|
||||||
print '<div class="tabsAction">';
|
print '<div class="tabsAction">';
|
||||||
print '<a href="'.dol_buildpath('/expensereport/card.php',1).'?action=create" class="butAction">'.$langs->trans("NewTrip").'</a>';
|
print '<a href="'.dol_buildpath('/expensereport/card.php',1).'?action=create" class="butAction">'.$langs->trans("NewTrip").'</a>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
*/
|
||||||
|
|
||||||
$db->free($resql);
|
$db->free($resql);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -436,13 +436,13 @@ if($holiday_payes == '2')
|
|||||||
print '</table>';
|
print '</table>';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
|
|
||||||
if ($user_id == $user->id)
|
/*if ($user_id == $user->id)
|
||||||
{
|
{
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print '<div style="float: right; margin-top: 8px;">';
|
print '<div style="float: right; margin-top: 8px;">';
|
||||||
print '<a href="./card.php?action=request" class="butAction">'.$langs->trans('AddCP').'</a>';
|
print '<a href="./card.php?action=request" class="butAction">'.$langs->trans('AddCP').'</a>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
}
|
}*/
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user