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
ccd99123
Commit
ccd99123
authored
Mar 25, 2008
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup
parent
97c7622f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
configure.php
configure.php
+5
-3
No files found.
configure.php
View file @
ccd99123
...
...
@@ -42,7 +42,7 @@ $CONFIG_FILE = "./modules/timesheet/config.php";
$AppUI
->
savePlace
();
// Pull all users
$q
=
new
DBQuery
;
$q
=
new
DBQuery
()
;
$q
->
addQuery
(
'user_id, contact_first_name, contact_last_name'
);
$q
->
addTable
(
'users'
);
$q
->
addTable
(
'contacts'
);
...
...
@@ -179,8 +179,10 @@ foreach ($config_options as $key=>$value){
}
?>
<tr>
<td
colspan=
"2"
align=
"right"
><input
type=
"Submit"
name=
"Cancel"
value=
"
<?=
$AppUI
->
_
(
'cancel'
)
?>
"
>
<input
type=
"Submit"
name=
"Save"
value=
"
<?=
$AppUI
->
_
(
'save'
)
?>
"
></td>
<td
colspan=
"2"
align=
"right"
>
<input
type=
"Submit"
name=
"Cancel"
value=
"
<?=
$AppUI
->
_
(
'cancel'
)
?>
"
>
<input
type=
"Submit"
name=
"Save"
value=
"
<?=
$AppUI
->
_
(
'save'
)
?>
"
>
</td>
</tr>
</table>
</form>
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