From: Leandro Lucarella Date: Thu, 28 Aug 2003 23:29:52 +0000 (+0000) Subject: Se mejora el link a Nuevo. X-Git-Tag: svn_import~21 X-Git-Url: https://git.llucax.com/mecon/ai.git/commitdiff_plain/f4ab6059989c7210efb86bbd700b4d7299ae5618?ds=sidebyside Se mejora el link a Nuevo. --- diff --git a/sistema/www/index.php b/sistema/www/index.php index 4466b20..8e5fae8 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -238,14 +238,11 @@ if ($tipo) { if ($accion & ~AI_ALTA) { require_once 'MECON/HTML/Image.php'; require_once 'MECON/HTML/Link.php'; - $link = new MECON_HTML_Link($tipo); $marco->addBody('
'); - $link_text = ' Nuevo'; - $link->addContents($link_text); - $marco->addBody($link); + $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',)); - $link = new MECON_HTML_Link($tipo); $link->addContents($img); $marco->addBody($link); $marco->addBody('
');