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.

63 lines
2.3 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="1" cellspacing="0" width="100%">
<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}">
<input type="hidden" name="cmp_qt_tronco_pa" value="{$cmp_qt_tronco_pa}">
<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>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid" style="border-collapse: separate; border-spacing: 1px;">
<tr>
<th style="width:120px;" align="left">Campanha</th>
<td align="left"> {$cmp_id}-{$cmp_descricao}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 5px;">
<table width="100%" style="border:1px solid #eee" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Status:</td>
</tr>
<tr>
<td>{$cmp_status}</td>
</tr>
<tr>
<td>
<input type="submit" name="btAtivar" id="btAtivar" value="Alterar" onclick="return AtivaCampanha();" />
<input type="button" name="btFechar" id="btFechar" value="Fechar" onclick="window.close();" />
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>{if $erro}{$erro}{else}&nbsp;{/if}</td>
</tr>
</tbody>
</table>
{/capture}