2011-12-21 Junichi Satoh <junichi@rworks.jp>
* operation/agentes/status_monitor.php: Fixed that long module names cannot be seen. (Added title.) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5285 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
df857c0402
commit
9ca552f17b
|
@ -1,3 +1,8 @@
|
|||
2011-12-21 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* operation/agentes/status_monitor.php: Fixed that long module names
|
||||
cannot be seen. (Added title.)
|
||||
|
||||
2011-12-19 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/languages/ja.po, include/languages/ja.mo: Updated translation
|
||||
|
|
|
@ -575,7 +575,7 @@ foreach ($result as $row) {
|
|||
|
||||
$data[2] = html_print_image("images/" . modules_show_icon_type ($row["module_type"]), true);
|
||||
|
||||
$data[3] = ui_print_truncate_text($row["module_name"],30,false,true,false);
|
||||
$data[3] = ui_print_truncate_text($row["module_name"],30,false,true,true);
|
||||
if ($row["extended_info"] != "") {
|
||||
$data[3] .= ui_print_help_tip ($row["extended_info"], true, '/images/comments.png');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue