Commit 7009952bbcf8c9afe98926ea8fef591eac29103d

Authored by Adriano Vieira
1 parent 582b8a21
Exists in master and in 1 other branch 3.1

Gerente "trunk" atualizado

- correção de erro em inclusão de js
- omite avisos de falta de indice em "operaçao"
- altera versão da aplicação

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@386 fecfc0c7-e812-0410-ae72-849f08638ee7
admin/acoes.php
... ... @@ -194,7 +194,7 @@ function remove(box)
194 194 ?>
195 195  
196 196 <body background="../imgs/linha_v.gif" onLoad="verifica_status();">
197   -<script language="JavaScript" type="text/javascript" src="../../include/cacic.js"></script>
  197 +<script language="JavaScript" type="text/javascript" src="../include/cacic.js"></script>
198 198 <table width="90%" border="0" align="center">
199 199 <tr>
200 200 <td class="cabecalho"><? echo $_GET['te_descricao_breve']; ?></td>
... ...
include/define.php
... ... @@ -54,7 +54,7 @@ defined( &#39;CACIC&#39; ) or die( &#39;Acesso restrito (Restricted access)!&#39; );
54 54 /**
55 55 * define a versão do CACIC
56 56 */
57   - define( 'CACIC_VERSION', '2.3.0-devel');
  57 + define( 'CACIC_VERSION', '2.3.99-devel');
58 58  
59 59 /**
60 60 * define as versões atualizaveis do CACIC
... ...
include/operacao_ok.php
... ... @@ -26,7 +26,7 @@
26 26 <table width="450" border="0" align="center" cellpadding="15" cellspacing="1" bgcolor="#666666">
27 27 <tr>
28 28 <td valign="top" bgcolor="#99FFFF"><p align="center"><font color="#333333" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong><br>
29   - Opera&ccedil;&atilde;o <? echo ($_GET['texto']?$_GET['texto']:'Realizada com Sucesso');?>!</strong></font><br>
  29 + Opera&ccedil;&atilde;o <? echo (@$_GET['texto']?@$_GET['texto']:'Realizada com Sucesso');?>!</strong></font><br>
30 30 <br>
31 31 </p>
32 32 </td>
... ...
relatorios/computador/inc_hardware.php
... ... @@ -214,7 +214,7 @@ else
214 214 $arrColunasValores = explode('#FIELD#',$rowTotalizaGeralExistentes['te_valor']);
215 215 for ($i=0; $i<count($arrColunasValores);$i++)
216 216 {
217   - $arrColunas = explode('###',$arrColunasValores[$i]);
  217 + $arrColunas = explode('###',$arrColunasValores[$i]);?>
218 218 <td>&nbsp;</td>
219 219 <td class="opcao_tabela"><? echo $arrDescricoesColunas[$arrColunas[0]];?>:</td>
220 220 <td class="dado"><? echo $arrColunas[1]; ?></td>
... ...