Commit 59a2258f627e0aa02dce230b85bc106e6236a558

Authored by Greyce Medeiros
Committed by Leandro Arndt
1 parent 74796985
Exists in mysqli

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
... ... @@ -279,7 +279,17 @@
279 279  
280 280 $existerecurso = true;
281 281 $rsRec = Solicitacao::getRecursos($idsolicitacao);
282   - if(mysql_num_rows($rsRec) > 0)
  282 +
  283 +
  284 +
  285 +
  286 +
  287 +
  288 +
  289 +
  290 +
  291 +
  292 + if(mysql_num_rows($rsRec) > 0)
283 293 {
284 294 $permiterecurso = false;
285 295 ?>
... ... @@ -362,6 +372,6 @@ if($acao == "Enviar")
362 372 }
363 373 getErro($erro);
364 374  
365   -
  375 + include_once("../inc/security.php");
366 376 include("../inc/rodape.php");
367 377 ?>
... ...
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%;
... ...