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.
 
 
 
 
 
 

47 lines
1.5 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="4" cellspacing="0" width="600">
<tbody>
<tr>
<td> <input type="hidden" name="cmp_id" value="{$cmp_id}">
<input type="hidden" name="cmp_pid" value="{$cmp_pid}">
<input type="hidden" name="cmp_old_status" value="{$cmp_old_status}">
<input type="hidden" name="cmp_descricao" value="{$cmp_descricao}">
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Ativa/Desativa Campanha</th>
</tr>
</table>
</td>
</tr>
<tr>
<td>Status : {$cmp_id}-{$cmp_descricao} </td>
</tr>
<tr>
<td>
{$cmp_status}
</td>
</tr>
<tr>
<td>
<input type="submit" name="btAtivar" id="btAtivar" value="Alterar" />
<input type="button" name="btFechar" id="btFechar" value="Fechar" onclick="window.close();" />
</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>{if $erro}{$erro}{else}&nbsp;{/if}</td>
</tr>
</tbody>
</table>
{/capture}