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.
 
 
 
 
 
 

50 lines
1.7 KiB

{capture name="subDisplay"}
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr>
<th>WhatsApp</th>
</tr>
<tr>
<td>
<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="30" 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="30" maxlength="255" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<th>Vídeo Conferência</th>
</tr>
<tr>
<td>
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr>
<th align="left">URL Jitsi</th>
<td>
<input name="prm_url_meet" type="text" id="prm_url_meet" value="{$prm_url_meet}" size="30" maxlength="250">
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<input name="btGravar" type="submit" id="btGravar" value="Salvar">
</td>
</tr>
</table>
</td>
</tr>
{/capture}