From c50a323c25a0787ba2051b19721983776a229615 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 5 Feb 2015 00:40:47 +0100 Subject: Initial commit --- include/clients-overview.php | 118 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 include/clients-overview.php (limited to 'include/clients-overview.php') diff --git a/include/clients-overview.php b/include/clients-overview.php new file mode 100644 index 0000000..523aeef --- /dev/null +++ b/include/clients-overview.php @@ -0,0 +1,118 @@ +. + */ +?> + +
+
+
Overview
+
+ + + + + + + + + + + + + + "; + } + if (count($clients) == 0) { + echo ""; + } + ?> + +
#NameTools
{$client->getId()} + + {$client->getName()} + + + + +
There are no clients in the database. Why not start with creating one, on the right?
+
+
+
+
+
+
Create new
+
+
+
+
+ + +
+ +
+ +
+
+
\ No newline at end of file -- cgit v1.2.3