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.
 
 
 
 
 
 

61 lines
1.9 KiB

{capture name="display"}
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="2" class="formCad">
<tr align="center" valign="middle" >
<td height="50" colspan="2" class="formHed">
<img src="imgSite/integracao48.png" width="32" height="32" align="absmiddle">
<span class="formHed">Configuração de King Dialer </span>
</td>
</tr>
<tr>
<th align="left">Id</th>
<td>{$id}<input name="id" type="text" value="{$id}" size="15" maxlength="15" hidden></td>
</tr>
<tr>
<th width="120" align="left">Host:</th>
<td>
<input name="host" type="text" value="{$host}" size="15" maxlength="15" >
</td>
</tr>
<tr>
<th width="120" align="left">Porta:</th>
<td>
<input name="porta" type="text" value="{$porta}" size="15" maxlength="5" >
</td>
</tr>
<tr>
<th align="left">Data Base:</th>
<td>
<input name="database" type="text" value="{$database}" size="15" maxlength="20">
</td>
</tr>
<tr>
<th align="left">Usuário:</th>
<td>
<input name="user" type="text" value="{$user}" size="15" maxlength="18">
</td>
</tr>
<tr>
<th align="left">Senha:</th>
<td>
<input name="password" type="password" value="{$password}" size="15" maxlength="18">
</td>
</tr>
<tr>
<td></td>
<td>
<input name="execute" type="submit" id="formAcaoDesc" value="Salvar"/>
</td>
</tr>
<tr>
<td></td>
<td>
{$message}
</td>
</tr>
</table>
{/capture}