Added start_page function in config, Added Contacts and Locations, seperated client nav and page routes out

This commit is contained in:
root
2019-03-18 15:08:56 -04:00
parent baef3b2462
commit c394e927b1
10 changed files with 257 additions and 58 deletions

View File

@@ -8,6 +8,7 @@
</button>
</div>
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<div class="modal-body">
<div class="form-group">
<label>Name</label>
@@ -50,7 +51,7 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<button type="submit" name="add_client" class="btn btn-primary">Save</button>
<button type="submit" name="add_client_contact" class="btn btn-primary">Save</button>
</div>
</form>
</div>