- $IMG_Error =& new MECON_HTML_Image('/MECON/images/general_no_autorizado.gif', 'No disponible');
-
- $MSG_Error =& new HTML_Table ('align="center" width="600" border="0"');
- $MSG_Error->addRow(array($IMG_Error->toHtml()),
- array('align'=>'center'));
- $MSG_Error->addRow(array('Novedades de Personal no disponibles'),
- array('align'=>'center', 'class'=>'error'));
- $MARCO->addBodyContent($MSG_Error);
-
+ $MSG =& new HTML_Mensaje ('error', 'Novedades de Personal no disponibles', 360);
+ $MARCO->addBodyContent('<br><br>');
+ $MARCO->addBodyContent($MSG);