mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-12-12 16:13:39 +01:00
* include/javascript/calendar.js, include/javascript/jquery.colorpicker.js: fixed end of sentences with lost semicolons, the Eclipse IDE warned me some this bugs. * include/javascript/jquery.timeentry.js, include/help/en/help_wmiquery.php, include/help/en/help_tcp_send.php, include/help/en/help_web_checks.php, include/help/es/help_date_format.php, include/help/es/help_tcp_send.php, include/help/es/help_agent_status.php, include/help/es/help_eventview.php, include/help/es/help_configure_gis_map.php, include/help/es/help_web_checks.php, include/help/es/help_plugin_definition.php, include/help/es/help_alert_macros.php, include/help/ja/help_wmiquery.php, include/help/ja/help_date_format.php, include/help/ja/help_alert-matches.php, include/help/ja/help_tcp_send.php, include/help/ja/help_agent_status.php, include/help/ja/help_eventview.php, include/help/ja/help_configure_gis_map.php, include/help/ja/help_map_builder.php, include/help/ja/help_web_checks.php, include/help/ja/help_plugin_definition.php, include/help/ja/help_alert_macros.php, include/help/ja/help_gis_setup_map_connection.php: cleaned html and fixed unclose html tags in source code, the Eclipse IDE warned me some this bugs. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3363 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
34 lines
1.7 KiB
PHP
34 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* @package Include/help/en
|
|
*/
|
|
?>
|
|
<h1>Vista de Eventos</h1>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Validar</h3>
|
|
<img src="../images/tick.png" title="Validated event" alt="Validated event" width="10" height="10"> - Validar evento<br>
|
|
<img src="../images/cross.png" title="Event not validated" alt="Event not validated" width="10" height="10"> - Evento no validado
|
|
</div>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Severidad</h3>
|
|
<img src="../images/status_sets/default/severity_maintenance.png" title="Maintenance event" alt="Maintenance event"> - Evento de mantenimiento<br>
|
|
<img src="../images/status_sets/default/severity_informational.png" title="Informational event" alt="Informational event"> - Evento informativo<br>
|
|
<img src="../images/status_sets/default/severity_normal.png" title="Normal event" alt="Normal event"> - Evento normal<br>
|
|
<img src="../images/status_sets/default/severity_warning.png" title="Warning event" alt="Warning event"> - Evento de alerta<br>
|
|
<img src="../images/status_sets/default/severity_critical.png" title="Critical event" alt="Critical event"> - Evento crítico<br>
|
|
</div>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Acciones</h3>
|
|
<img src="../images/ok.png" title="Validate event" alt="Validate event"> - Validar evento<br>
|
|
<img src="../images/cross.png" title="Delete event" alt="Delete event"> - Borrar evento<br>
|
|
<img src="../images/page_lightning.png" title="Create incident from event" alt="Create incident from event"> - Crear incidente del evento
|
|
</div>
|
|
|
|
<div style="clear: both;"> </div>
|