Jelajahi Sumber

IconSelectorField (Design time !) can be read-only.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3871 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 9 tahun lalu
induk
melakukan
7033906b16
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      application/forms.class.inc.php

+ 1 - 1
application/forms.class.inc.php

@@ -1338,7 +1338,7 @@ EOF
 		}
 		else
 		{
-			$sValue = '<img src="'.$this->MakeFileUrl($this->defaultValue).'" />';
+			$sValue = '<span style="display:inline-block;line-height:48px;height:48px;"><span><img style="vertical-align:middle" src="'.$this->aAllowedValues[$idx]['icon'].'" />&nbsp;'.htmlentities($this->aAllowedValues[$idx]['label'], ENT_QUOTES, 'UTF-8').'</span></span>';
 		}
 		$sReadOnly = $this->IsReadOnly() ? 'disabled' : '';
 		return array('label' => $this->sLabel, 'value' => $sValue);