Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
timesheet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web2project
timesheet
Commits
319eeccf
Commit
319eeccf
authored
Jan 23, 2014
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show edit and delete images.
parent
38b27e9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vw_idx_inc.php
vw_idx_inc.php
+4
-4
No files found.
vw_idx_inc.php
View file @
319eeccf
...
...
@@ -142,7 +142,7 @@ function timesheets($type, $order)
if
((
$canEdit
)
&&
(
$row
[
"timesheet_status"
])
<
1
)
{
// call the edit site with the unique id of the timesheet item
echo
"
\n
"
.
'<a href="?m=timesheet&a=addedit×heet_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
"</td>"
;
...
...
@@ -179,12 +179,12 @@ function timesheets($type, $order)
echo
w2PformSafe
(
"Approved"
);
echo
"</td>"
;
echo
"<td nowrap=
\"
nowrap
\"
width=
\"
20
\"
>"
;
/*
if ($canDelete) {
if
(
$canDelete
)
{
// call the edit site with the unique id of the timesheet item
echo
"
\n
"
.
'<a href="?m=timesheet&a=addedit×heet_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
"</td>"
;
echo
"</tr>"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment