diff --git a/trunk/includes/class/class.LSformElement_image.php b/trunk/includes/class/class.LSformElement_image.php index 13afcb82..5cbe0877 100644 --- a/trunk/includes/class/class.LSformElement_image.php +++ b/trunk/includes/class/class.LSformElement_image.php @@ -43,7 +43,7 @@ class LSformElement_image extends LSformElement { * @retval array */ function getDisplay(){ - $GLOBALS['LSsession'] -> addCssFile('LSformElement_image'); + $GLOBALS['LSsession'] -> addCssFile('LSformElement_image.css'); $return = true; if (!$this -> isFreeze()) { $id=$this -> name.'_'.rand(); diff --git a/trunk/includes/class/class.LSformElement_password.php b/trunk/includes/class/class.LSformElement_password.php index 389ed91b..347072b6 100644 --- a/trunk/includes/class/class.LSformElement_password.php +++ b/trunk/includes/class/class.LSformElement_password.php @@ -65,7 +65,7 @@ class LSformElement_password extends LSformElement { * @retval array */ function getDisplay(){ - $GLOBALS['LSsession'] -> addCssFile('LSformElement_password'); + $GLOBALS['LSsession'] -> addCssFile('LSformElement_password.css'); $return = $this -> getLabelInfos(); if (!$this -> isFreeze()) { $numberId=rand(); diff --git a/trunk/includes/class/class.LSformElement_select_object.php b/trunk/includes/class/class.LSformElement_select_object.php index c09b5af3..40df35ca 100644 --- a/trunk/includes/class/class.LSformElement_select_object.php +++ b/trunk/includes/class/class.LSformElement_select_object.php @@ -40,7 +40,7 @@ class LSformElement_select_object extends LSformElement { * @retval array */ function getDisplay($refresh=NULL){ - $GLOBALS['LSsession'] -> addCssFile('LSformElement_select_object'); + $GLOBALS['LSsession'] -> addCssFile('LSformElement_select_object.css'); if ($refresh) { $this -> values = $this -> attr_html -> getValuesFromSession(); } diff --git a/trunk/includes/class/class.LSformElement_ssh_key.php b/trunk/includes/class/class.LSformElement_ssh_key.php index 434ac5fb..b3b1bf4a 100644 --- a/trunk/includes/class/class.LSformElement_ssh_key.php +++ b/trunk/includes/class/class.LSformElement_ssh_key.php @@ -40,7 +40,7 @@ class LSformElement_ssh_key extends LSformElement { * @retval array */ function getDisplay(){ - $GLOBALS['LSsession'] -> addCssFile('LSformElement_ssh_key'); + $GLOBALS['LSsession'] -> addCssFile('LSformElement_ssh_key.css'); $return = $this -> getLabelInfos(); // value $return['html'] = "