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.
 
 
 
 
 
 

48 lines
1.6 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="600">
<tbody>
<tr>
<td> <input type="hidden" name="id" value="{$id}">
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Pausas/Grupos</th>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr style="border:0;" align="center">
<th width="45%">Grupos Disponíveis</th><td rowspan="2" align="center" valign="middle"><input type="submit" name="btIncGrupo" value=">" id="btIncGrupo"><br/><br/><input type="submit" name="btRmGrupo" value="<" id="btRmGrupo"></td>
<th>Grupos Incluidos</th></tr>
<tr>
<td width="45%">{$listaGrupo}</td>
<td>{$listaGrupoInc}</td>
</tr>
<tr>
<td><input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td><td>&nbsp;</td><td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}