From d097106ad72a12117957abe93d1c319ff9d8a6ad Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 12 Mar 2015 14:25:22 +0000 Subject: [PATCH] routeSQL : Create a beautiful internal CSS for editing an entry (without external dependency) git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2017 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- routeSQL.php | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/routeSQL.php b/routeSQL.php index b879f43..5573682 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -535,6 +535,31 @@ echo $content; unset ($_SESSION["domframework"]["routeSQL"]["values"]); } + if ($this->enableInternalCSS === true) + { + // CSS is in edit an id too ! + $content .= "\n"; + // CSS is in edit an id too ! + } + $f = new form (); $fields = array (); foreach ($titles as $key=>$val) @@ -646,6 +671,31 @@ echo $content; unset ($_SESSION["domframework"]["routeSQL"]["values"]); } + if ($this->enableInternalCSS === true) + { + // CSS is in add too ! + $content .= "\n"; + // CSS is in add too ! + } + $f = new form (); $fields = array (); foreach ($titles as $key=>$val)