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.
 
 
 
 
 
 

33 lines
1.4 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr >
<th colspan="3" align="center" style="font-size: x-large;">{$nomeRelatorio}</th>
</tr>
<tr>
<th width="40%">Colunas</th>
<td width="10%" rowspan="2" align="center" valign="middle"><label>
<input type="submit" name="btAddColuna" id="btAddColuna" value="&gt;">
<br>
</label> <label>
<input type="submit" name="btRemColuna" id="btRemColuna" value="&lt;">
</label></td>
<th width="40%">Ordem</th>
</tr>
<tr>
<td valign="top"><label>
<select name="lstColunaDisp[]" style="width:240px" size="8" multiple id="lstColunaDisp">
{$listaDisp}
</select>
</label></td>
<td valign="top"><label>
<select name="lstColunaSel[]" size="8" style="width:240px" multiple id="lstColunaSel">
{$listaInc}
</select>
</label></td>
</tr>
<tr>
<tH colspan="3" align="center"><input name="idRel" type="hidden" id="idRel" value="{$idRel}">
{$msg}</tH>
</tr>
</table>
{/capture}