<patTemplate:tmpl name="content">
<p>Os seguintes módulos estão cadastrados no sistema, aqui você pode habilitar/desabilitar os módulos conforme sua necessidade.</p>
<form method="post" action="?m=opcoes&action=updatemodules">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="14" align="left" valign="top" class="b2_left" scope="col"><img src="img/b2_ctl.gif" width="14" height="14" alt="" /></th>
<th class="b2_header" scope="col">Módulo</th>
<th class="b2_header" scope="col">Descrição</th>
<th class="b2_header" scope="col">Autor</th>
<th class="b2_header" scope="col">Versão</th>
<th class="b2_header" scope="col">Habilitado</th>
<th class="b2_header" scope="col">Ordem</th>
<th width="14" align="right" valign="top" class="b2_right" scope="col"><img src="img/b2_ctr.gif" width="14" height="14" alt="" /></th>
</tr>
<patTemplate:tmpl name="modulelist">
<tr>
<td width="14" class="b2_left"> </td>
<td class="b2_content">{MODULO}</td>
<td class="b2_content" nowrap="nowrap">{DESCRICAO}</td>
<td class="b2_content" nowrap="nowrap">{AUTOR}</td>
<td class="b2_content">{VERSAO}</td>
<td class="b2_content">
<input type="radio" name="modules[{CLASSNAME}][0]" value="1" {SIM} {DISABLED} /> Sim
<input type="radio" name="modules[{CLASSNAME}][0]" value="0" {NAO} {DISABLED} /> Não
</td>
<td class="b2_content" align="center">
<input type="text" size="2" name="modules[{CLASSNAME}][1]" value="{ORDEM}" style="text-align: right;" maxlength="2" />
</td>
<td width="14" class="b2_right"> </td>
</tr>
</patTemplate:tmpl>
<tr class="b2_bottom">
<td width="14" align="left" valign="bottom" class="b2_left"><img src="img/b2_cbl.gif" width="14" height="14" class="b2_left" alt="" /></td>
<td class="b2_bottom" colspan="6"></td>
<td width="14" align="right" valign="bottom" class="b2_right"><img src="img/b2_cbr.gif" width="14" height="14" alt="" /></td>
</tr>
</table>
<p align="right">
<input type="submit" class="button" value="Salvar configurações" />
</p>
</form>
</patTemplate:tmpl>