Commit 7c5df1a5fbd4dd71d11b34bdfbaf3cd2f2688b2a

Authored by Rafael Santos
Committed by Rafael Santos
1 parent 61b1fc2e
Exists in master

Inicio da Issue #15

ieducar/intranet/include/clsBase.inc.php
@@ -718,7 +718,6 @@ class clsBase extends clsConfig @@ -718,7 +718,6 @@ class clsBase extends clsConfig
718 $this->CadastraAcesso(); 718 $this->CadastraAcesso();
719 $saida_geral = $this->MakeHeadHtml(); 719 $saida_geral = $this->MakeHeadHtml();
720 720
721 - // @todo else ruim, colocar abre e fecha colchetes ao redor de foreach.  
722 if ($this->renderMenu) { 721 if ($this->renderMenu) {
723 $saida_geral .= $this->MakeBody(); 722 $saida_geral .= $this->MakeBody();
724 } 723 }
ieducar/intranet/include/clsListagem.inc.php
@@ -299,7 +299,8 @@ class clsListagem extends clsCampos @@ -299,7 +299,8 @@ class clsListagem extends clsCampos
299 $tipo = 'cad'; 299 $tipo = 'cad';
300 } 300 }
301 301
302 - $barra = '<b>Filtros de busca</b>'; 302 + $barra = '<b>Caminho: '. $_SERVER['SCRIPT_NAME']. '</b><br>';
  303 + $barra .= '<b>Filtros de busca</b>';
303 304
304 if (class_exists('clsPmiajudaPagina')) { 305 if (class_exists('clsPmiajudaPagina')) {
305 $ajudaPagina = new clsPmiajudaPagina(); 306 $ajudaPagina = new clsPmiajudaPagina();