From f4ab6059989c7210efb86bbd700b4d7299ae5618 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 28 Aug 2003 23:29:52 +0000 Subject: [PATCH] Se mejora el link a Nuevo. --- sistema/www/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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('
'); -- 2.43.0