Esempio n. 1
0
}
?>
			</select> 
		</td>
	</tr>
	
	<tr>
		<th><?php 
echo _("Type");
?>
</th>
		<?php 
if ($ref == "Custom") {
    echo "<td class='left'><span style='font-weight:bold;'>{$type}</span><input type='hidden' name='type' value='{$type}'/></td>";
} else {
    Incident::print_td_incident_type($conn, $type);
}
?>
	</tr>

	<?php 
if ($ref == "Alarm" or $ref == "Event") {
    ?>
	<tr>
		<th class='thr'><?php 
    echo _("Source Ips");
    ?>
</th>
		<td class="left">
			<div class='wf3'>
				<input type="hidden" name="backlog_id" value="<?php