Commit 9ccbb1d306854869caf9f29dda453c18f8cfb2a5
1 parent
5af914fa
Exists in
master
and in
1 other branch
Gerente "trunk" atualizado
- atualizada phpTranslator-0.2.3 (bug fix) git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@284 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
bibliotecas/phpTranslator/Translator.php
... | ... | @@ -480,7 +480,8 @@ Class Translator { |
480 | 480 | |
481 | 481 | $_objTmpl->displayParsedTemplate('form_buttons'); |
482 | 482 | |
483 | - if (($_langAction == 'inserir' or $_langAction == 'alterar' or $phptrans_task == 'inserir')) { | |
483 | + if ($_langAction == 'inserir' or $_langAction == 'alterar' or | |
484 | + ($phptrans_task == 'inserir' and $_langAction != 'tradutor' and $_langAction != 'listar')) { | |
484 | 485 | |
485 | 486 | $_show_form = true; |
486 | 487 | ... | ... |