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
dotproject
timesheet
Commits
1e681afe
Commit
1e681afe
authored
Apr 05, 2008
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup main projectlist printing.
parent
8c173145
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
addedit.php
addedit.php
+27
-27
No files found.
addedit.php
View file @
1e681afe
...
@@ -422,22 +422,24 @@ function showtimesheetproject()
...
@@ -422,22 +422,24 @@ function showtimesheetproject()
}
// end of function showtimesheetproject()
}
// end of function showtimesheetproject()
?>
?>
<table
width=
"100%"
border=
"0"
cellpadding=
"2"
cellspacing=
"1"
class=
"tbl"
>
<tr>
<th
nowrap=
"nowrap"
>
</th>
<th
nowrap=
"nowrap"
>
<?php
echo
$AppUI
->
_
(
'Project'
);
?>
</th>
<th
nowrap=
"nowrap"
>
<?php
echo
$AppUI
->
_
(
'Worked hours'
);
?>
</th>
<th
nowrap=
"nowrap"
>
<?php
echo
$AppUI
->
_
(
'Project status'
);
?>
</th>
</tr>
<form
name=
"projectFrm"
action=
"./index.php?m=timesheet"
method=
"post"
>
<input
type=
"hidden"
name=
"dosql"
value=
"do_timesheet_aed"
/>
<input
type=
"hidden"
name=
"projects"
value=
"0"
/>
<input
type=
"hidden"
name=
"timesheet_id"
value=
"
<?php
echo
$timesheet_id
;
?>
"
/>
<input
type=
"hidden"
name=
"timesheet_date"
value=
"
<?php
echo
$obj
->
timesheet_date
;
?>
"
/>
<input
type=
"hidden"
name=
"timesheet_creator"
value=
"
<?php
echo
$obj
->
timesheet_creator
;
?>
"
/>
<input
type=
"hidden"
name=
"timesheet_worked"
value=
"
<?php
echo
$obj
->
timesheet_worked
;
?>
"
/>
<?php
<?php
echo
'<table width="100%" border="0" cellpadding="2" cellspacing="1" class="tbl">'
;
echo
'<tr>'
;
echo
'<th nowrap="nowrap"> </th>'
;
echo
'<th nowrap="nowrap">'
.
$AppUI
->
_
(
'Project'
)
.
'</th>'
;
echo
'<th nowrap="nowrap">'
.
$AppUI
->
_
(
'Worked hours'
)
.
'</th>'
;
echo
'<th nowrap="nowrap">'
.
$AppUI
->
_
(
'Project status'
)
.
'</th>'
;
echo
'</tr>'
;
echo
'<form name="projectFrm" action="./index.php?m=timesheet" method="post">'
;
echo
'<input type="hidden" name="dosql" value="do_timesheet_aed" />'
;
echo
'<input type="hidden" name="projects" value="0" />'
;
echo
'<input type="hidden" name="timesheet_id" value="'
.
$timesheet_id
.
'" />'
;
echo
'<input type="hidden" name="timesheet_date" value="'
.
$obj
->
timesheet_date
.
'" />'
;
echo
'<input type="hidden" name="timesheet_creator" value="'
.
$obj
->
timesheet_creator
.
'" />'
;
echo
'<input type="hidden" name="timesheet_worked" value="'
.
$obj
->
timesheet_worked
.
'" />'
;
if
(
$status
==
0
)
if
(
$status
==
0
)
showproject
();
showproject
();
else
else
...
@@ -446,9 +448,7 @@ function showtimesheetproject()
...
@@ -446,9 +448,7 @@ function showtimesheetproject()
// submitted/approved by users and manager.
// submitted/approved by users and manager.
showproject
();
showproject
();
//showtimesheetproject();
//showtimesheetproject();
echo
'<script language="javascript">workedHoursChange('
.
$obj
->
timesheet_worked
.
');</script>'
;
echo
"</form>"
;
echo
"</table>"
;
?>
?>
<script
language=
"javascript"
>
workedHoursChange
(
<?php
echo
$obj
->
timesheet_worked
;
?>
);
</script>
</form>
</table>
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