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.
 
 
 
 
 
 

38 lines
1.3 KiB

{capture name="subDisplay"}
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr>
<th align="left">Dominio WS</th>
<td>
<input name="prm_sk_host_chat" type="text" id="prm_sk_host_chat" value="{$prm_sk_host_chat}" size="50" maxlength="255">
</td>
</tr>
<tr>
<th align="left">Servidor API</th>
<td>
<input name="prm_chat_api" type="text" id="prm_chat_api" value="{$prm_chat_api}" size="50" maxlength="255" />
</td>
</tr>
<tr>
<th align="left">Api Supervisor</th>
<td>
<input name="prm_chat_api_supervisor" type="text" id="prm_chat_api_supervisor" value="{$prm_chat_api_supervisor}" size="50" maxlength="255">
</td>
</tr>
<tr>
<th align="left">Atendimento Simultâneo</th>
<td>
<input name="prm_media_simultaneo" type="text" id="prm_media_simultaneo" value="{$prm_media_simultaneo}" maxlength="2">
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<input name="btGravar" type="submit" id="btGravar" value="Gravar">
</td>
</tr>
</table>
{/capture}