2012-01-10 Junichi Satoh <junichi@rworks.jp>
* mobile/operation/agents/view_agents.php: Fixed 'img' paths. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5334 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
875c48caaa
commit
1dfbd12cd2
|
@ -1,3 +1,7 @@
|
|||
2012-01-10 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* mobile/operation/agents/view_agents.php: Fixed 'img' paths.
|
||||
|
||||
2012-01-10 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* mobile/index.php: Fixed i18n translation does not work with mobile
|
||||
|
|
|
@ -282,7 +282,7 @@ class ViewAgent {
|
|||
}
|
||||
|
||||
$data[] = str_replace(array('images/status_sets', '<img'),
|
||||
array('../images/status_sets', '<img height="15" width="15"') , ui_print_status_image($status, $title, true));
|
||||
array('/images/status_sets', '<img height="15" width="15"') , ui_print_status_image($status, $title, true));
|
||||
|
||||
if ($module["id_tipo_modulo"] == 24) { // log4x
|
||||
switch($module["datos"]) {
|
||||
|
@ -371,7 +371,7 @@ class ViewAgent {
|
|||
}
|
||||
|
||||
$data[] = str_replace(array('images/status_sets', '<img'),
|
||||
array('../images/status_sets', '<img width="15" height="15"'), ui_print_status_image($status, $title, true));
|
||||
array('/images/status_sets', '<img width="15" height="15"'), ui_print_status_image($status, $title, true));
|
||||
|
||||
$table->data[] = $data;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue