<div style=" width:400px; height:27px; float:left;"></div> </div> <center> <input type="submit" name="submit_form" value="Adicionar" class="button_busca" /> <input type="submit" onclick="document.form_auto2.action='financeiro_boleto.php'" name="submit_form2" value="Voltar" class="button_busca" /> </center> </form> </td> </tr> </table> <?php } if ($p->status != 0) { $lista = $contaDAO->listaBoletoBradOco($id, $controle_id_empresa); $p_valor = ''; foreach ($lista as $l) { if ($l->status == 0) { $status = 'N�o Registrado'; } else { $status = 'Registrado'; } $p_valor .= '<b>' . $l->data_oco . '</b> ' . $status . ' - ' . $l->conta_oco . '<br>'; } echo ' <table width="680" class="tabela"> <tr> <td class="tabela_tit">Hist�rico de Ocorr�ncias Internas</td> </tr> <tr><td>' . $p_valor . '</td></tr>