Commit 741d5f46cb03fa3ae964878884252c9eefc82a4a
1 parent
d6299f39
Exists in
master
and in
1 other branch
- merge de branch (2.4) revisão [884:887]
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@888 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
admin/gerencia_licencas/consulta/autorizados_por_estacao.php
... | ... | @@ -213,7 +213,7 @@ if ($_POST['consultar']) { |
213 | 213 | echo '<tr><td colspan=16 align=center>'.$oTranslator->_('Historico').'</td></tr>'; |
214 | 214 | } ?> |
215 | 215 | <tr <? |
216 | - if ($Cor) { echo 'bgcolor="#C0C0C0"'; } else echo 'bgcolor="#000000"'; | |
216 | + if ($Cor) { echo 'bgcolor="#C0C0C0"'; } else echo 'bgcolor="#CCCCCC"'; | |
217 | 217 | ?>> |
218 | 218 | <td nowrap> </td> |
219 | 219 | <td nowrap class="opcao_tabela"><div align="left"><? echo $NumRegistro; ?></div></td> |
... | ... | @@ -235,7 +235,7 @@ if ($_POST['consultar']) { |
235 | 235 | <td nowrap class="opcao_tabela"><div align="center"> |
236 | 236 | <? if ($row['id_aquisicao_particular']) |
237 | 237 | echo "<a href='softwares_aquisicao.php?id_aquisicao=" . $row['id_aquisicao_particular'] . "' target='_blank'>SIM</a>"; |
238 | - else echo $oTranslator('kciq_msg no'); | |
238 | + else echo $oTranslator->_('kciq_msg no'); | |
239 | 239 | ?> |
240 | 240 | </div></td> |
241 | 241 | <td nowrap> </td> | ... | ... |
admin/updates_subredes/index.php
... | ... | @@ -21,7 +21,7 @@ AntiSpy('1,2,3'); // Permitido somente a estes cs_nivel_administracao... |
21 | 21 | // 2 - Gestão Central |
22 | 22 | // 3 - Supervisão |
23 | 23 | |
24 | -if ($_POST['ExecutaUpdates']=='Executar Updates') | |
24 | +if (isset($_POST['ExecutaUpdates'])) | |
25 | 25 | { |
26 | 26 | // Enviarei também ao updates_subredes.php uma relação de agentes e versões para inserção na tabela redes_versoes_modulos, no caso da ocorrência de Servidor de Updates verificado anteriormente. |
27 | 27 | // Exemplo de estrutura de agentes_versoes: col_soft.exe#22010103*col_undi.exe#22010103 | ... | ... |