]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/sistemas.php
Cambios Intranet por todos Lados
[mecon/intranet.git] / sistema / www / sistemas.php
index 51b89fe8d6eca4bcae35f15367de41ec16f864ab..98512a82308b0a6fa9d77b8b28a0bf0da766a5f4 100644 (file)
@@ -64,7 +64,6 @@ while ($sistema) {
                     "/sistemas/intranet/images/$sistema->icono",
                     $sistema->nombre,
                     array(
                     "/sistemas/intranet/images/$sistema->icono",
                     $sistema->nombre,
                     array(
-                        'title'  => $sistema->descripcion,
                         'border' => 0,
                         'width'  => '46',
                         'height' => '46',
                         'border' => 0,
                         'width'  => '46',
                         'height' => '46',
@@ -76,12 +75,11 @@ while ($sistema) {
                 $sistema->nombre,
                                array(),
                        array(
                 $sistema->nombre,
                                array(),
                        array(
-                                   'title'  => $sistema->descripcion,
                                    'target' => '_blank',
                     'class' => 'intranet_sistemas_txt',
                                )
                    );
                                    'target' => '_blank',
                     'class' => 'intranet_sistemas_txt',
                                )
                    );
-            $html = $link->toHtml();
+            $html = $link->toHtml() . ': ' . $sistema->descripcion;
                if ($sistema->link_ayuda) {
                 $html .= ' ';
                 $img = new MECON_HTML_Image(
                if ($sistema->link_ayuda) {
                 $html .= ' ';
                 $img = new MECON_HTML_Image(
@@ -111,7 +109,7 @@ while ($sistema) {
         }
     }
     $t->addRow(array(' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '));
         }
     }
     $t->addRow(array(' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '));
-    $t->addRow($row);
+    $t->addRow($row, array('class' => 'intranet_sistemas_txt'));
 }
 
 $m = new HTML_DietMarco('sistemas', 'Sistemas');
 }
 
 $m = new HTML_DietMarco('sistemas', 'Sistemas');
@@ -128,6 +126,9 @@ $m->addStyleDeclaration('
         text-align: left;
         vertical-align: middle;
         text-decoration: none;
         text-align: left;
         vertical-align: middle;
         text-decoration: none;
+    }
+    A.intranet_sistemas_txt {
+        font-weight: bold;
     }'
 );
 $m->addBodyContent($t);
     }'
 );
 $m->addBodyContent($t);