Skip to content

Commit

Permalink
Fix: link to add at wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 23, 2016
1 parent f2f4c60 commit 3903ced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion htdocs/expensereport/list.php
Expand Up @@ -335,10 +335,12 @@

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
Expand Down
4 changes: 2 additions & 2 deletions htdocs/holiday/list.php
Expand Up @@ -436,13 +436,13 @@
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();

Expand Down

0 comments on commit 3903ced

Please sign in to comment.