Commit f32ec6cc0846769b412cbc0d40985f967ff2bea9
1 parent
428a0fc0
Exists in
master
Corrigido listagem com breadcrumb duplicado;
Portabilis/ieducar#146
Showing
1 changed file
with
1 additions
and
7 deletions
Show diff stats
ieducar/intranet/include/clsListagem.inc.php
@@ -29,7 +29,6 @@ | @@ -29,7 +29,6 @@ | ||
29 | */ | 29 | */ |
30 | 30 | ||
31 | require_once 'include/clsCampos.inc.php'; | 31 | require_once 'include/clsCampos.inc.php'; |
32 | -require_once 'include/localizacaoSistema.php'; | ||
33 | 32 | ||
34 | if (class_exists('clsPmiajudaPagina')) { | 33 | if (class_exists('clsPmiajudaPagina')) { |
35 | require_once 'include/pmiajuda/clsPmiajudaPagina.inc.php'; | 34 | require_once 'include/pmiajuda/clsPmiajudaPagina.inc.php'; |
@@ -428,12 +427,7 @@ class clsListagem extends clsCampos | @@ -428,12 +427,7 @@ class clsListagem extends clsCampos | ||
428 | 427 | ||
429 | $retorno .= " | 428 | $retorno .= " |
430 | <table class='tablelistagem' $width border='0' cellpadding='2' cellspacing='1'>"; | 429 | <table class='tablelistagem' $width border='0' cellpadding='2' cellspacing='1'>"; |
431 | - | ||
432 | - $retorno .= " | ||
433 | - <tr> | ||
434 | - <td class='fundoLocalizacao' colspan='2' height='24'>{$this->locale}</td> | ||
435 | - </tr>"; | ||
436 | - | 430 | + |
437 | $retorno .= " | 431 | $retorno .= " |
438 | <tr> | 432 | <tr> |
439 | <td class='formdktd' colspan='2' height='24'>{$barra}</td> | 433 | <td class='formdktd' colspan='2' height='24'>{$barra}</td> |