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.
 
 
 
 
 
 

21 lines
878 B

{capture name="display"}
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="2" class="formCad">
<input name="dpto" id="dpto" type="hidden" value="{$id}">
<tr>
<td colspan="2" align="center" height="30"><img src="imgSite/icone_departamento.png" width="20" height="20"><span class="formHed">Alterar Departamento</span></td>
</tr>
<tr>
<th style="background-color:#F90">Nome:</th>
<td><input type="text" id="nome" name="nome" size="30" value="{$nome}"></td>
</tr>
<tr>
<th></th>
<td><input type="submit" id="concluir" name="concluir" value="Alterar">
<input type="submit" id="fechar" name="fechar" value="Fechar" onClick="window.close();"></td>
</tr>
<tr>
<td></td>
<td style="color:#333333">{$mes}</td>
</tr>
</table>
{/capture}