Commit 110817c0f064dc0319bda8a3976c962f67236f7c

Authored by Greyce Medeiros
1 parent 2914d1f3
Exists in master and in 1 other branch sempla

Inserindo Alteracao feita por Leandro no arquivo de acomapnhamento

Showing 2 changed files with 13 additions and 6 deletions   Show diff stats
acompanhamento/cadastro.php
@@ -278,7 +278,17 @@ @@ -278,7 +278,17 @@
278 278
279 $existerecurso = true; 279 $existerecurso = true;
280 $rsRec = Solicitacao::getRecursos($idsolicitacao); 280 $rsRec = Solicitacao::getRecursos($idsolicitacao);
281 - if(mysql_num_rows($rsRec) > 0) 281 +
  282 +
  283 +
  284 +
  285 +
  286 +
  287 +
  288 +
  289 +
  290 +
  291 + if(mysql_num_rows($rsRec) > 0)
282 { 292 {
283 $permiterecurso = false; 293 $permiterecurso = false;
284 ?> 294 ?>
@@ -361,6 +371,6 @@ if($acao == "Enviar") @@ -361,6 +371,6 @@ if($acao == "Enviar")
361 } 371 }
362 getErro($erro); 372 getErro($erro);
363 373
364 - 374 + include_once("../inc/security.php");
365 include("../inc/rodape.php"); 375 include("../inc/rodape.php");
366 ?> 376 ?>
css/estilo.css
@@ -33,7 +33,7 @@ h3 { @@ -33,7 +33,7 @@ h3 {
33 font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 33 font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
34 color: #B2B2B2; 34 color: #B2B2B2;
35 padding-top: 10px; 35 padding-top: 10px;
36 - padding-bottom: 10px; 36 + padding-bottom: 10px;
37 } 37 }
38 38
39 h4 { 39 h4 {
@@ -50,9 +50,6 @@ h5 { @@ -50,9 +50,6 @@ h5 {
50 h6 { 50 h6 {
51 51
52 } 52 }
53 -  
54 -  
55 -  
56 /* Estrutura do site */ 53 /* Estrutura do site */
57 #out { 54 #out {
58 width: 100%; 55 width: 100%;