From 1449555d15916ff7987e68861b587a920463a9b0 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 27 Jul 2016 15:47:23 +0200 Subject: Edit contact languages --- include/clients-view.php | 80 +++++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 39 deletions(-) (limited to 'include/clients-view.php') diff --git a/include/clients-view.php b/include/clients-view.php index 101d530..514e4e4 100644 --- a/include/clients-view.php +++ b/include/clients-view.php @@ -22,43 +22,45 @@ require_once('./login.php'); $_client = new client($_pdo, $_id); ?>
# | -Name | -Address | -Tools | -
---|---|---|---|
{$contact->getId()} | -{$contact->getName()} | -
- {$contact->getAddress()} - {$contact->getPostalCode()} - {$contact->getCity()} - {$contact->getCountry()} - |
- - - - | -
There are no contacts in the database. Why not create one? |
# | +Name | +Address | +Language | +Tools | +
---|---|---|---|---|
{$contact->getId()} | +{$contact->getName()} | +
+ {$contact->getAddress()} + {$contact->getPostalCode()} + {$contact->getCity()} + {$contact->getCountry()} + |
+ {$contact->getLanguage()} | ++ + + | +
There are no contacts in the database. Why not create one? |