<div class="content_section_subtitle"><h3>Derivar a&nbsp;</h3></div>
                                                                        <?php 
echo getHtmlFormDerivar($staff['sector_id']);
?>
                                                                    </div>
                                                                </td>
                                                            </tr>

                                                            <!-- alarma -->
                                                            <tr>
                                                                <td>
                                                                    <div class="section_div">
                                                                        <div class="content_section_subtitle"><h3>Definir Alarma</h3></div>
                                                                        <?php 
$alarma = new Alarma();
echo $alarma->getHtmlNewTicket();
?>

                                                                    </div>
                                                                </td>
                                                            </tr>

                                                        </form>

                                                        <form name="frmPostTicket" method="POST" action="postticketkb.php" enctype="multipart/form-data">
                                                            <!-- adjuntos -->
                                                            <tr>
                                                                <td>
                                                                    <div class="section_div">
                                                                        <div class="content_section_subtitle"><h3><?php 
echo TEXT_ATTACHMENTS;