X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/e0e275daf3624e7c6bfce0eb27717d14572273ce..ba466154033d54821e07ab851bccc42e8e344fe9:/sistema/www/noticias.php diff --git a/sistema/www/noticias.php b/sistema/www/noticias.php index 9158e07..d2843d2 100644 --- a/sistema/www/noticias.php +++ b/sistema/www/noticias.php @@ -44,7 +44,8 @@ if($titulares->numero_noticias > 1){ $noticias->updateCellAttributes(0, 1, array('valign'=>'top', 'width'=>'600')); }else//No hay ninguna { - $mensaje = new HTML_Mensaje('alerta', 'No hay Noticias en esta Seccion', 300); + $mensaje = new HTML_Mensaje('alerta', 'No hay noticias publicadas en esta + sección', 370); $noticias->addRow(array($arbol,$mensaje)); $marco->addStyleSheet($mensaje->getCSS()); $noticias->updateCellAttributes(0, 1, array('valign'=>'middle', 'align'=>'center','width'=>'600'));