Created
June 28, 2017 13:14
-
-
Save renatoschroepfer/d4e40848e546db05f686ca91329960d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "<td>Local</td>"; | |
echo "<td>"; | |
echo "<select onchange=\"window.open(this.value,'_self');\">"; | |
echo "<option value=\"helpdesk.public.php?create_ticket=1&active_entity=2\">Tecnologia da Informação</option>"; | |
echo "<option value=\"helpdesk.public.php?create_ticket=1&active_entity=4\">Comunicação</option>"; | |
echo "</select>"; | |
echo "</td>"; | |
echo "</tr>"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment