PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
1.4 KiB

{capture name="display"}
<table width="100%" border="1" cellspacing="0" cellpadding="1" class="formCad">
<input name="ramal" id="ramal" type="hidden" value="{$idRamal}">
<input name="tipoTable" id="tipoTable" type="hidden" value="{$tipoAgenda}">
{if !$trDDD}<input type="hidden" id="telefone" name="telefone" value="{$ramal}">{/if}
<tr>
<td align="center" colspan="2" ><img src="imgSite/usuarios.gif"><span class="formHed">Editar Ramal</span></td>
</tr>
<tr>
<th>Nome:</th>
<td><input type="text" id="nome" name="nome" size="30" value="{$nome}"></td>
</tr>
{if $trDDD}
<tr>
<th>DDD:</th>
<td><input type="text" id="ddd" name="ddd" size="30" value="{$ddd}" maxlength="2"></td>
</tr>
{/if}
<tr>
<th>Telefone:</th>
<td><input {if !$trDDD}disabled="disable"{/if} type="text" id="telefone" name="telefone" size="30" value="{$ramal}" maxlength="9"></td>
</tr>
<tr>
<th>Departamento:</th>
<td><select id="depto" name="depto">{$optionDep}</select></td>
</tr>
<tr>
<th></th>
<td><input type="submit" id="concluir" name="concluir" value="Finalizar"><input type="submit" id="fechar" name="fechar" value="Fechar" onclick="window.close();"></select></td>
</tr>
<tr>
<td colspan="2">{$mes}</td>
</tr>
</table>
{/capture}