Commit ccd99123 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Cleanup

parent 97c7622f
......@@ -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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment