From 1f6ae2a03f1d94d55281bde6a51443e4382d1c73 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 20 May 2007 10:35:15 -0400 Subject: [PATCH] changed client form --- interface/web/client/form/client.tform.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/client/form/client.tform.php b/interface/web/client/form/client.tform.php index 9f2c193..2d20c9d 100644 --- a/interface/web/client/form/client.tform.php +++ b/interface/web/client/form/client.tform.php @@ -388,11 +388,11 @@ 'rows' => '', 'cols' => '' ), - 'theme' => array ( + 'usertheme' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'SELECT', 'default' => 'default', - 'value' => array('default' => 'default'), + 'value' => array('default' => 'default','grey' => 'grey'), 'separator' => '', 'width' => '30', 'maxlength' => '255', -- Gitblit v1.9.1