X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/93130c5c5a0b5ee6b1a40c7fe93e1d7f43600fe7..e59d3170b36e5b9ccc19afcb1565faf4dcb40463:/sistema/www/sistemas.php diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 51b89fe..98512a8 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -64,7 +64,6 @@ while ($sistema) { "/sistemas/intranet/images/$sistema->icono", $sistema->nombre, array( - 'title' => $sistema->descripcion, 'border' => 0, 'width' => '46', 'height' => '46', @@ -76,12 +75,11 @@ while ($sistema) { $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( @@ -111,7 +109,7 @@ while ($sistema) { } } $t->addRow(array(' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ')); - $t->addRow($row); + $t->addRow($row, array('class' => 'intranet_sistemas_txt')); } $m = new HTML_DietMarco('sistemas', 'Sistemas'); @@ -128,6 +126,9 @@ $m->addStyleDeclaration(' text-align: left; vertical-align: middle; text-decoration: none; + } + A.intranet_sistemas_txt { + font-weight: bold; }' ); $m->addBodyContent($t);