X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/a49a3c27db0765c3be9f79faf398834fc3fa6330..0cf56477ad378a18f1d9daad478a4e14427b6b3b:/sistema/www/sistemas/sistemas.php?ds=sidebyside
diff --git a/sistema/www/sistemas/sistemas.php b/sistema/www/sistemas/sistemas.php
index 5bcd329..e6f1bb7 100644
--- a/sistema/www/sistemas/sistemas.php
+++ b/sistema/www/sistemas/sistemas.php
@@ -41,8 +41,8 @@ $SAMURAI_PERM->chequear(SAMURAI_PERM_DEVELOPER);
$TABLA2 = new MECON_HTML_Tabla ('cellspacing=0');
$row = array ('Seleccionar otro sistema para trabajar', $aHref.'Ingresar Nuevo Sistema');
$TABLA2->addRow($row);
- $TABLA2->setColAlign(0,'left');
- $TABLA2->setColAlign(1,'right');
+ $TABLA2->updateColAttributes(0,'align="left"');
+ $TABLA2->updateColAttributes(1,'align="right"');
$TABLA = new MECON_HTML_Tabla ('cellpadding=2');
$row = array ('Id','Nombre','Modif.','Elim.','Perm.');