From 6a1201cebc0268b28b647ca6527a5f0caad42015 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 18 Aug 2011 09:29:21 +0000 Subject: [PATCH] Correction modification des droits clients --- .../default/scripts/dashboard/client.phtml | 941 +++++++++++------- 1 file changed, 573 insertions(+), 368 deletions(-) diff --git a/application/views/default/scripts/dashboard/client.phtml b/application/views/default/scripts/dashboard/client.phtml index 9c0ed0c1c..69ef412bd 100644 --- a/application/views/default/scripts/dashboard/client.phtml +++ b/application/views/default/scripts/dashboard/client.phtml @@ -1,24 +1,81 @@
-

titre?>

+

- + titre?>

-
- - + - + + -
-
- -
-
- -
- -
-
-
- -
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
- (AAAA-MM-YY) -
-
-
- -
- -
-
-
- -
-
-
- -
-
-
- -
- -
+ + +
+
+ +
+ +
+
+
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + (AAAA-MM-YY) +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+ + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+ +
+ +
+ +
+
+
+ +
+ + + InfosClient) && !empty($this->InfosClient->filtres_ip)){ + $ips = explode(';',$this->InfosClient->filtres_ip); + foreach ($ips as $ip){ + $filtres_ip.= $ip.';'; + $text_ip.= $ip.'Supp
'; + } + } + ?> + +
Ajouter une adresse IP +
+
+
+ +
+ InfosClient) && !empty($this->InfosClient->droits) ){ + $listedroits = explode(' ', $this->InfosClient->droits); + $pItem = 0; + foreach ($listedroits as $item){ + foreach($this->wsdroits as $droit){ + if (strtolower($item)==strtolower($droit->code)){ + if ($pItem!=0) $joindroit.= ' '; + $joindroit.= strtolower($droit->code); + $text_droit.= $droit->desc.'Supp
'; + $pItem++; + break; + } + } + } + } + ?> + + +
+ +
+ +
+ +
+ +
+ +
+
+
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+

+ +

+
+ +
- -
- -
-
-
- - - -
-
- -
-
-
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
- -
-
-
- - -
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- - -
- -
- -
- -
-
-
- -
-InfosClient) && !empty($this->InfosClient->filtres_ip)){ - $ips = explode(';',$this->InfosClient->filtres_ip); - foreach ($ips as $ip){ - $filtres_ip.= $ip.';'; - $text_ip.= $ip.'Supp
'; - } -} -?> - - - - -
-Ajouter une adresse IP -
-
-
- - -
-InfosClient) && !empty($this->InfosClient->droits) ){ - $listedroits = explode(' ', $this->InfosClient->droits); - foreach ($listedroits as $item){ - foreach($this->wsdroits as $droit){ - if (strtolower($item)==strtolower($droit->code)){ - $joindroit.= ' '.$droit->code; - $text_droit.= $droit->desc.'Supp
'; - break; - } - } - } -} -?> - - - -
- - - -
- -
- -
- -
- -
-
-
- - -
-
- -
- -
-
-
- -
-
-
- -
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- - -
-
- -
-
-
- -
-
-
- -
-
-
- -
-

-
- - - -
\ No newline at end of file