From 4005c2377256f8afbe03ce96127f53b1e1eabe92 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 18 Mar 2019 11:58:38 +0100 Subject: [PATCH] =?UTF-8?q?Liste=20des=20vhosts:=20Afficher=20"Activ=C3=A9?= =?UTF-8?q?/D=C3=A9sactiv=C3=A9"=20=C3=A0=20place=20de=201/0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpl/webadmin.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/webadmin.tpl.php b/tpl/webadmin.tpl.php index 9923a94..489c2b0 100755 --- a/tpl/webadmin.tpl.php +++ b/tpl/webadmin.tpl.php @@ -38,7 +38,7 @@ print ' PHP '; } ?> -  Actif  +  Actif ?   Action  @@ -93,7 +93,7 @@ if (array_key_exists('php_versions', $conf) && count($conf['php_versions']) > 1) { printf('%s', preg_replace("/^(\d)(\d)$/", '\1.\2', $vhost_info['php_version'])); } - printf('%s', $vhost_info['is_enabled']); + printf('%s', ($vhost_info['is_enabled'] ? 'Activé' : 'Désactivé' )); if (is_superadmin()) { printf('Lister/Modifier', $vhost_info['owner']);