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
932b39e5
Commit
932b39e5
authored
Sep 05, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addedit.php: replace <? by <?php
parent
daa10d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
addedit.php
addedit.php
+12
-12
No files found.
addedit.php
View file @
932b39e5
...
...
@@ -198,18 +198,18 @@ if (intval($obj->timesheet_worked)) {
$newdate
->
setMonth
(
1
);
?>
<select
name=
"timesheet_period"
size=
"1' class="
text
"
onChange=
"periodChange();"
>
<option
<?php
if
(
$period
->
getMonth
()
==
1
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'January'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
2
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
2
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'February'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
3
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
3
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'March'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
4
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
4
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'April'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
5
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
5
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'May'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
6
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
6
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'June'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
7
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
7
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'July'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
8
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
8
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'August'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
9
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
9
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'September'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
10
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
10
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'October'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
11
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
11
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'November'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
12
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
12
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
echo
dPformSafe
(
'December'
);
?>
</option
>
<option
<?php
if
(
$period
->
getMonth
()
==
1
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'January'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
2
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
2
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'February'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
3
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
3
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'March'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
4
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
4
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'April'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
5
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
5
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'May'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
6
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
6
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'June'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
7
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
7
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'July'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
8
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
8
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'August'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
9
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
9
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'September'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
10
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
10
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'October'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
11
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
11
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'November'
);
?>
</option
>
<?php
$newdate
->
setMonth
(
12
);
?>
<option
<?php
if
(
$period
->
getMonth
()
==
12
)
echo
"selected"
;
?>
value=
<?php
echo
'"'
.
$newdate
->
getTime
()
.
'"'
;
?>
>
<?
php
echo
dPformSafe
(
'December'
);
?>
</option
>
</select>
<?php
}
else
{
...
...
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