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"; ...@@ -42,7 +42,7 @@ $CONFIG_FILE = "./modules/timesheet/config.php";
$AppUI->savePlace(); $AppUI->savePlace();
// Pull all users // Pull all users
$q = new DBQuery; $q = new DBQuery();
$q->addQuery('user_id, contact_first_name, contact_last_name'); $q->addQuery('user_id, contact_first_name, contact_last_name');
$q->addTable('users'); $q->addTable('users');
$q->addTable('contacts'); $q->addTable('contacts');
...@@ -179,8 +179,10 @@ foreach ($config_options as $key=>$value){ ...@@ -179,8 +179,10 @@ foreach ($config_options as $key=>$value){
} }
?> ?>
<tr> <tr>
<td colspan="2" align="right"><input type="Submit" name="Cancel" value="<?=$AppUI->_('cancel')?>"> <td colspan="2" align="right">
<input type="Submit" name="Save" value="<?=$AppUI->_('save')?>"></td> <input type="Submit" name="Cancel" value="<?=$AppUI->_('cancel')?>">
<input type="Submit" name="Save" value="<?=$AppUI->_('save')?>">
</td>
</tr> </tr>
</table> </table>
</form> </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