Commit 319eeccf authored by Jean-Paul Saman's avatar Jean-Paul Saman

Show edit and delete images.

parent 38b27e9d
...@@ -142,7 +142,7 @@ function timesheets($type, $order) ...@@ -142,7 +142,7 @@ function timesheets($type, $order)
if (($canEdit) && ($row["timesheet_status"]) < 1) { if (($canEdit) && ($row["timesheet_status"]) < 1) {
// call the edit site with the unique id of the timesheet item // call the edit site with the unique id of the timesheet item
echo "\n".'<a href="?m=timesheet&a=addedit&timesheet_id=' . $row["timesheet_id"] . '">'; echo "\n".'<a href="?m=timesheet&a=addedit&timesheet_id=' . $row["timesheet_id"] . '">';
echo w2PshowImage( './images/icons/stock_edit-16.png', '16', '16' ); echo w2PshowImage( 'icons/stock_edit-16.png', '16', '16' );
echo "\n</a>"; echo "\n</a>";
} }
echo "</td>"; echo "</td>";
...@@ -179,12 +179,12 @@ function timesheets($type, $order) ...@@ -179,12 +179,12 @@ function timesheets($type, $order)
echo w2PformSafe("Approved"); echo w2PformSafe("Approved");
echo "</td>"; echo "</td>";
echo "<td nowrap=\"nowrap\" width=\"20\">"; echo "<td nowrap=\"nowrap\" width=\"20\">";
/* if ($canDelete) { if ($canDelete) {
// call the edit site with the unique id of the timesheet item // call the edit site with the unique id of the timesheet item
echo "\n".'<a href="?m=timesheet&a=addedit&timesheet_id=' . $row["timesheet_id"] . '">'; echo "\n".'<a href="?m=timesheet&a=addedit&timesheet_id=' . $row["timesheet_id"] . '">';
echo dPshowImage( './images/icons/stock_delete-16.png', '16', '16' ); echo w2PshowImage( 'icons/stock_delete-16.png', '16', '16' );
echo "\n</a>"; echo "\n</a>";
}*/ }
echo "</td>"; echo "</td>";
echo "</tr>"; echo "</tr>";
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment