]> git.llucax.com Git - mecon/ai.git/blobdiff - sistema/www/index.php
Se mejora el link a Nuevo.
[mecon/ai.git] / sistema / www / index.php
index acc7c0cee37911aaf5abb1714c3604e19ef18e25..8e5fae8023f7b055e8f0fa082aeadb10a869faeb 100644 (file)
@@ -238,15 +238,14 @@ 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';
+        $marco->addBody('<div class="texto11_negro" valign="middle" align="right">');
+        $link = new MECON_HTML_Link($tipo);
+        $link->addContents('Nuevo');
         $img = new MECON_HTML_Image('/MECON/images/general_nuevo', 'Agregar nuevo',
             array('border' => 0, 'align'  => 'middle',));
         $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);
     // }}}