Browse Source

correcao no template do monitor de ramais

1.9
Matheo Bonucia 2 months ago
parent
commit
8ada93168b
  1. 22
      templates/monitorRamal.tpl

22
templates/monitorRamal.tpl

@ -1,21 +1,21 @@
{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table border="1" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th>Organizar por status</th>
<th colspan="2" align="center">Tipo</th>
<th>&nbsp;</th>
<tr width="100%">
<td width="100%">
<table width="100%" border="1" cellspacing="0" cellpadding="2" class="grid">
<tr width="100%">
<th width="33%">Organizar por status</th>
<th width="33%" colspan="2" align="center">Tipo</th>
<th width="33%">&nbsp;</th>
</tr>
<tr>
<td><select id="combo" name="statusDispositivo" onchange="submit()">{$option}</select></td>
<td colspan="2">
<tr width="100%">
<td width="33%" style="text-align: center;"><select id="combo" name="statusDispositivo" onchange="submit()">{$option}</select></td>
<td width="33%" colspan="2" style="text-align: center;">
<input type="radio" name="tipoDispositivo" id="tipoDispositivo1" value="1" onchange="submit()" {if $tipoDispositivo == 1}checked="checked"{/if}> Ramais
<input type="radio" name="tipoDispositivo" id="tipoDispositivo2" value="2" onchange="submit()" {if $tipoDispositivo == 2}checked="checked"{/if}> Troncos
<input type="radio" name="tipoDispositivo" id="tipoDispositivo3" value="3" onchange="submit()" {if $tipoDispositivo == 3}checked="checked"{/if}> Ambos
</td>
<td><input name="btEnvia" type="submit" value="OK" ></td>
<td width="33%" style="text-align: center;"><input name="btEnvia" type="submit" value="OK" ></td>
</tr>
</table>
</td>

Loading…
Cancel
Save