"/sistemas/intranet/images/$sistema->icono",
$sistema->nombre,
array(
- 'title' => $sistema->descripcion,
'border' => 0,
'width' => '46',
'height' => '46',
$sistema->nombre,
array(),
array(
- 'title' => $sistema->descripcion,
'target' => '_blank',
'class' => 'intranet_sistemas_txt',
)
);
- $html = $link->toHtml();
+ $html = $link->toHtml() . ': ' . $sistema->descripcion;
if ($sistema->link_ayuda) {
$html .= ' ';
$img = new MECON_HTML_Image(
}
}
$t->addRow(array(' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '));
- $t->addRow($row);
+ $t->addRow($row, array('class' => 'intranet_sistemas_txt'));
}
$m = new HTML_DietMarco('sistemas', 'Sistemas');
text-align: left;
vertical-align: middle;
text-decoration: none;
+ }
+ A.intranet_sistemas_txt {
+ font-weight: bold;
}'
);
$m->addBodyContent($t);