페이지 내에 위젯 추가하는 부분 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2266 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-09 03:42:59 +00:00
parent 7cd42d63d1
commit 5ceebcd3a3
2 changed files with 3 additions and 4 deletions

View file

@ -54,6 +54,7 @@
else $style .= "float:left;";
$widget_code = sprintf('<img src="%s" height="100" class="zbxe_widget_output" widget="%s" %s style="%s" />', $blank_img_path, $widget, implode(' ',$attribute), $style);
} else {
$style = "clear:both;";
$widget_code = sprintf('<img width="%s" height="100" src="%s" class="zbxe_widget_output" style="%s" widget="%s" %s />', "100%", $blank_img_path, $style, $widget, implode(' ',$attribute));
}