]> git.llucax.com Git - mecon/ai.git/commitdiff
Se corrige el link al Nuevo.
authorLeandro Lucarella <llucax@gmail.com>
Wed, 27 Aug 2003 23:52:57 +0000 (23:52 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 27 Aug 2003 23:52:57 +0000 (23:52 +0000)
sistema/www/index.php

index acc7c0cee37911aaf5abb1714c3604e19ef18e25..4466b2040df729762d8feaf69a324d096020ee4a 100644 (file)
@@ -238,15 +238,17 @@ if ($tipo) {
     if ($accion & ~AI_ALTA) {
         require_once 'MECON/HTML/Image.php';
         require_once 'MECON/HTML/Link.php';
     if ($accion & ~AI_ALTA) {
         require_once 'MECON/HTML/Image.php';
         require_once 'MECON/HTML/Link.php';
+        $link = new MECON_HTML_Link($tipo);
+        $marco->addBody('<div class="texto11_negro" valign="middle" align="right">');
+        $link_text = ' Nuevo';
+        $link->addContents($link_text);
+        $marco->addBody($link);
         $img = new MECON_HTML_Image('/MECON/images/general_nuevo', 'Agregar nuevo',
             array('border' => 0, 'align'  => 'middle',));
         $link = new MECON_HTML_Link($tipo);
         $img = new MECON_HTML_Image('/MECON/images/general_nuevo', 'Agregar nuevo',
             array('border' => 0, 'align'  => 'middle',));
         $link = new MECON_HTML_Link($tipo);
-        $marco->addBody('<DIV class="texto11_negro" valign="middle" align="center">');
         $link->addContents($img);
         $link->addContents($img);
-        $link_text = ' Agregar un nuevo ' . $nombre;
-        $link->addContents($link_text);
         $marco->addBody($link);
         $marco->addBody($link);
-        $marco->addBody('</DIV>');
+        $marco->addBody('</div>');
     }
     $marco->addBody($form);
     // }}}
     }
     $marco->addBody($form);
     // }}}