Commit 110817c0f064dc0319bda8a3976c962f67236f7c

Authored by Greyce Medeiros
1 parent 2914d1f3

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 278  
279 279 $existerecurso = true;
280 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 293 $permiterecurso = false;
284 294 ?>
... ... @@ -361,6 +371,6 @@ if($acao == "Enviar")
361 371 }
362 372 getErro($erro);
363 373  
364   -
  374 + include_once("../inc/security.php");
365 375 include("../inc/rodape.php");
366 376 ?>
... ...
css/estilo.css
... ... @@ -33,7 +33,7 @@ h3 {
33 33 font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
34 34 color: #B2B2B2;
35 35 padding-top: 10px;
36   - padding-bottom: 10px;
  36 + padding-bottom: 10px;
37 37 }
38 38  
39 39 h4 {
... ... @@ -50,9 +50,6 @@ h5 {
50 50 h6 {
51 51  
52 52 }
53   -
54   -
55   -
56 53 /* Estrutura do site */
57 54 #out {
58 55 width: 100%;
... ...