Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
edbe6521
authored
2011-04-07 16:12:57 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merged 212 and 213 into 0.4 tag
1 parent
fd83815c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/UserManager/views/partials/edit_cehour.php
com/UserManager/views/partials/edit_cehour.php
View file @
edbe652
...
...
@@ -58,7 +58,7 @@
<th>
Activity Type:
</th>
<td><select
style=
"width:120px;"
name=
"subtype"
class=
"subtype"
id=
"subtype"
><option
value=
"none"
<?php
echo
(
$subtype
==
""
)
?
"selected"
:
""
?>
>
Non Specific
</option><option
value=
"event"
<?php
echo
(
$subtype
==
"event"
)
?
"selected"
:
""
?>
>
External Event
</option><option
value=
"lump"
<?php
echo
(
$subtype
==
"lump"
)
?
"selected"
:
""
?>
>
Lump Sum
</option><option
value=
"compliance"
<?php
echo
(
$subtype
==
"compliance"
)
?
"selected"
:
""
?>
>
Compliance
</option></select></td>
<th>
Hours:
</th>
<td
style=
"width:50px;"
><input
type=
"text"
name=
"hours"
style=
"width:
30px;"
maxlength=
"2
"
value=
"
<?php
echo
$hours
;
?>
"
/></td>
<td
style=
"width:50px;"
><input
type=
"text"
name=
"hours"
style=
"width:
45px;"
maxlength=
"4
"
value=
"
<?php
echo
$hours
;
?>
"
/></td>
</tr>
<tr
class=
"activity_row bottom-border-td"
>
<th
colspan=
"7"
style=
"text-align:left;"
><label
style=
"padding-right:10px;"
>
Activity:
</label><input
type=
"text"
name=
"activity"
style=
"width:450px;"
value=
"
<?php
echo
$activity
;
?>
"
/></th>
...
...
Please
register
or
sign in
to post a comment