From 7eb7e03bed368d71310fcd2d53a7ae90bcc9d074 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Del Cantoni Date: Tue, 13 Mar 2018 14:38:34 -0300 Subject: [PATCH] Alteração de ordem de campos de mapeamento para envio e recebimento de documentos e hipóteses --- pen_map_hipotese_legal_envio_cadastrar.php | 9 ++++----- pen_map_hipotese_legal_recebimento_cadastrar.php | 19 +++++++++---------- pen_map_tipo_documento_envio_cadastrar.php | 23 +++++++++++------------ pen_map_tipo_documento_recebimento_cadastrar.php | 5 +++-- 4 files changed, 27 insertions(+), 29 deletions(-) diff --git a/pen_map_hipotese_legal_envio_cadastrar.php b/pen_map_hipotese_legal_envio_cadastrar.php index f45f131..b691bc3 100644 --- a/pen_map_hipotese_legal_envio_cadastrar.php +++ b/pen_map_hipotese_legal_envio_cadastrar.php @@ -178,7 +178,7 @@ function onSubmit() { var field = jQuery('select[name=id_hipotese_legal]', form); if(field.val() === 'null'){ - alert('Nenhuma "Hipótese Legal - SEI getStrSiglaOrgaoUnidadeAtual(); ?>" foi selecionada'); + alert('Nenhuma "Hipótese Legal - SEI getStrSiglaOrgaoUnidadeAtual())?>" foi selecionada'); field.focus(); return false; } @@ -186,7 +186,7 @@ function onSubmit() { field = jQuery('select[name=id_barramento]', form); if(field.val() === 'null'){ - alert('Nenhum "Hipótese Legal - Tramitação PEN" foi selecionado'); + alert('Nenhum "Hipótese Legal - PEN" foi selecionado'); field.focus(); return false; } @@ -202,13 +202,12 @@ $objPagina->abrirBody($strTitulo,'onload="inicializar();"'); montarAreaValidacao(); ?> abrirAreaDados('12em'); ?> - - + - + diff --git a/pen_map_hipotese_legal_recebimento_cadastrar.php b/pen_map_hipotese_legal_recebimento_cadastrar.php index f275d68..e5d1bac 100644 --- a/pen_map_hipotese_legal_recebimento_cadastrar.php +++ b/pen_map_hipotese_legal_recebimento_cadastrar.php @@ -159,11 +159,11 @@ $objPagina->montarStyle(); ?> montarJavaScript(); ?> @@ -204,16 +204,15 @@ $objPagina->abrirBody($strTitulo,'onload="inicializar();"'); montarAreaValidacao(); ?> abrirAreaDados('12em'); ?> - - - - + + + fecharAreaDados(); ?> diff --git a/pen_map_tipo_documento_envio_cadastrar.php b/pen_map_tipo_documento_envio_cadastrar.php index 66adde7..b707b12 100644 --- a/pen_map_tipo_documento_envio_cadastrar.php +++ b/pen_map_tipo_documento_envio_cadastrar.php @@ -9,7 +9,7 @@ require_once dirname(__FILE__) . '/../../SEI.php'; try { session_start(); - + $objSessao = SessaoSEI::getInstance(); $objPaginaSEI = PaginaSEI::getInstance(); SessaoSEI::getInstance()->validarLink(); @@ -125,11 +125,11 @@ $objPaginaSEI->montarStyle(); ?> montarJavaScript(); ?> @@ -175,16 +175,15 @@ $objPaginaSEI->abrirBody($strTitulo,'onload="inicializar();"'); montarAreaValidacao(); ?> abrirAreaDados('12em'); ?> - - - - - + + + + fecharAreaDados(); ?> diff --git a/pen_map_tipo_documento_recebimento_cadastrar.php b/pen_map_tipo_documento_recebimento_cadastrar.php index c0e47f5..cc82cb8 100644 --- a/pen_map_tipo_documento_recebimento_cadastrar.php +++ b/pen_map_tipo_documento_recebimento_cadastrar.php @@ -10,6 +10,7 @@ try { session_start(); + $objSessao = SessaoSEI::getInstance(); $objPaginaSEI = PaginaSEI::getInstance(); SessaoSEI::getInstance()->validarLink(); @@ -175,12 +176,12 @@ $objPaginaSEI->abrirBody($strTitulo,'onload="inicializar();"'); montarAreaValidacao(); ?> abrirAreaDados('12em'); ?> - + - + -- libgit2 0.21.2