Commit 59a2258f627e0aa02dce230b85bc106e6236a558
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,7 +279,17 @@ | ||
279 | 279 | ||
280 | $existerecurso = true; | 280 | $existerecurso = true; |
281 | $rsRec = Solicitacao::getRecursos($idsolicitacao); | 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 | $permiterecurso = false; | 294 | $permiterecurso = false; |
285 | ?> | 295 | ?> |
@@ -362,6 +372,6 @@ if($acao == "Enviar") | @@ -362,6 +372,6 @@ if($acao == "Enviar") | ||
362 | } | 372 | } |
363 | getErro($erro); | 373 | getErro($erro); |
364 | 374 | ||
365 | - | 375 | + include_once("../inc/security.php"); |
366 | include("../inc/rodape.php"); | 376 | include("../inc/rodape.php"); |
367 | ?> | 377 | ?> |
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%; |