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.
 
 
 
 
 
 

102 lines
4.4 KiB

{capture name="display"}
<table align="center" width="98%" border="0" cellspacing="0" cellpadding="2" class="formCad">
<tr align="center" valign="middle" >
<td height="50" colspan="3" class="formHed">
<img src="imgSite/usuarios.gif" width="32" height="32" align="absmiddle">
<span class="formHed">Cliente Contatos - {$nome_cliente} </span>
</td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td>
<table align="center" width="100%">
<!-- TABELA DA EMPRESA -->
<tr>
<th width="50" align="left">Cliente Id</th>
<th width="30" align="left">Principal</th>
<th width="100" align="left">Nome do Responsável</th>
<th width="120" align="left">E-mail</th>
</tr>
<tr>
<td width="10%">{$client_id} <input name="client_id" value="{$client_id}" hidden></td>
<td width="10%" align="center"><input name="clc_contato_principal" type="checkbox" value="1" {if $contato.clc_contato_principal} checked='checked' {/if}></td>
<td width="30%"><input name="clc_nome" type="text" id="clc_nome" value="{$contato.clc_nome}" size="65" maxlength="60"></td>
<td><input name="clc_email" type="text" id="client_email" value="{$contato.clc_email}" size="30" maxlength="50" ></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td>
<table align="center" width="100%">
<!-- TABELA DE CONTATO -->
<tr>
<th align="left">Telefone</th>
<th align="left">SMS</th>
<th align="left">WhatsApp</th>
<th align="left">Telegram</th>
</tr>
<tr>
<td><input width="25%" name="clc_fone" type="text" id="clc_fone" value="{$contato.clc_fone}" size="25" maxlength="15" ></td>
<td><input width="25%" name="clc_sms" type="text" id="clc_sms" value="{$contato.clc_sms}" size="25" maxlength="15" ></td>
<td><input width="25%" name="clc_whatsapp" type="text" id="clc_whatsapp" value="{$contato.clc_whatsapp}" size="25" maxlength="15" ></td>
<td><input width="25%" name="clc_telegram" type="text" id="client_nome_contato" value="{$contato.clc_telegram}" size="25" maxlength="15" ></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td>
<table align="center" width="100%">
<!-- TABELA DE STATUS -->
<tr>
<td>
<input name="formAcaoDesc" type="submit" id="formAcaoDesc" value="Salvar">
<input name="client_id" type="hidden" id="client_id" value="{$client_id}">
</td>
</tr>
</table>
</td>
</tr>
{if $msgErro}
<tr align="center">
<td style="height:40px;" colspan="2"><span id="msgErro" style="height:60px; width:100%; font-size:11px; font-weight:bold; color: {$color}">{if $msgErro}{$msgErro}{else}{if $msg}{$msg}{else}&nbsp;{/if}{/if}</span></td>
</tr>
{/if}
</table>
<br>
{if $linhas}
<table align="center" width="98%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr align="center" valign="middle" >
<th align="center">ID</th>
<th align="center">Nome</th>
<th align="center">E-mail</th>
<th align="center">Telefone</th>
<th align="center">SMS</th>
<th align="center">WhatsApp</th>
<th align="center">Telegram</th>
<th align="center">Principal</th>
<th align="center">Moficado</th>
<th align="center">Data</th>
<th align="center"></th>
</tr>
{$linhas}
</table>
{/if}
{/capture}