Commit dc60a6fcdc2e55da4ca3889d9d40aa73e88ba4ca

Authored by Nei Jobson da Costa Carneiro
1 parent 72d9912b

Ajustes nos tamanhos dos campos Número e Tipo na tela do Peticionamento Intercor…

…rent e retirada do Tabindex do campo do Tipo que é somente leitura.
sei/web/modulos/peticionamento/md_pet_intercorrente_usu_ext_cadastro_bloco_processos.php
@@ -3,37 +3,22 @@ @@ -3,37 +3,22 @@
3 <fieldset id="field_processos" class="infraFieldset sizeFieldset" xmlns="http://www.w3.org/1999/html"> 3 <fieldset id="field_processos" class="infraFieldset sizeFieldset" xmlns="http://www.w3.org/1999/html">
4 <legend class="infraLegend">&nbsp; Processo &nbsp;</legend> 4 <legend class="infraLegend">&nbsp; Processo &nbsp;</legend>
5 5
6 - <div class="bloco" style="width: 230px;">  
7 -  
8 - <label id="lblNumeroSei" for="txtNumeroProcesso" accesskey="f" class="infraLabelObrigatorio">  
9 - Número:  
10 - </label>  
11 -  
12 - <input onchange="controlarChangeNumeroProcesso();" type="text" id="txtNumeroProcesso" name="txtNumeroProcesso" class="infraText" maxlength="30" style="width:169px;" tabindex="<?= PaginaSEI::getInstance()->getProxTabDados() ?>" value="<?= $txtNumeroProcesso ?>"/>  
13 -  
14 - <button tabindex="<?= PaginaSEI::getInstance()->getProxTabDados() ?>" type="button" accesskey="V" id="btnValidar" onclick="validarNumeroProcesso()" class="infraButton">  
15 - <span class="infraTeclaAtalho">V</span>alidar  
16 - </button> 6 + <!-- INICIO NUMERO DO PROCESSO -->
  7 + <div class="bloco" style="width: 240px;">
  8 + <label id="lblNumeroSei" for="txtNumeroProcesso" accesskey="f" class="infraLabelObrigatorio">Número:</label>
  9 + <input onchange="controlarChangeNumeroProcesso();" type="text" id="txtNumeroProcesso" name="txtNumeroProcesso" class="infraText" maxlength="100" style="width: 184px;" tabindex="<?= PaginaSEI::getInstance()->getProxTabDados() ?>" value="<?= $txtNumeroProcesso ?>"/>
  10 + <button tabindex="<?= PaginaSEI::getInstance()->getProxTabDados() ?>" type="button" accesskey="V" id="btnValidar" onclick="validarNumeroProcesso()" class="infraButton"><span class="infraTeclaAtalho">V</span>alidar</button>
17 </div> 11 </div>
18 - <!--FIM NUMERO SEI-->  
19 -  
20 - <!--TIPO-->  
21 - <div class="bloco" style="width: 340px;">  
22 -  
23 - <label id="lblTipo" for="txtTipo" accesskey="f" class="infraLabelObrigatorio">  
24 - Tipo:  
25 - </label>  
26 -  
27 - <input type="text" id="txtTipo" name="txtTipo" class="infraText" readonly="readonly" tabindex="<?= PaginaSEI::getInstance()->getProxTabDados() ?>" value="<?= $txtTipo ?>"/>  
28 -  
29 - <button type="button" tabindex="<?= PaginaSEI::getInstance()->getProxTabDados() ?>" onclick="adicionarProcesso();" accesskey="A" id="btnAdicionar" class="infraButton" style="display: none">  
30 - <span class="infraTeclaAtalho">A</span>dicionar  
31 - </button>  
32 - 12 + <!-- FIM NUMERO DO PROCESSO -->
  13 + <!-- INICIO TIPO DO PROCESSO VALIDADO -->
  14 + <div class="bloco" style="width: 380px;">
  15 + <label id="lblTipo" for="txtTipo" accesskey="f" class="infraLabelObrigatorio">Tipo:</label>
  16 + <input type="text" id="txtTipo" name="txtTipo" class="infraText" readonly="readonly" style="width: 318px;" value="<?= $txtTipo ?>"/>
  17 + <button type="button" tabindex="<?= PaginaSEI::getInstance()->getProxTabDados() ?>" onclick="adicionarProcesso();" accesskey="A" id="btnAdicionar" class="infraButton" style="display: none"><span class="infraTeclaAtalho">A</span>dicionar</button>
33 </div> 18 </div>
34 - <!--FIM TIPO--> 19 + <!-- FIM TIPO DO PROCESSO VALIDADO -->
35 <div class="clear"></div> 20 <div class="clear"></div>
36 - <!-- GRID DE PROCESSO --> 21 + <!-- INICIO GRID DO PROCESSO ADICIONADO -->
37 <div class="bloco" style="width: 100%;"> 22 <div class="bloco" style="width: 100%;">
38 23
39 <table width="99%" class="infraTable" summary="Demanda" id="tbProcesso" style="display: none;"> 24 <table width="99%" class="infraTable" summary="Demanda" id="tbProcesso" style="display: none;">
@@ -47,7 +32,7 @@ @@ -47,7 +32,7 @@
47 </tr> 32 </tr>
48 33
49 </table> 34 </table>
50 - <!--FIM TABELA Processo--> 35 + <!-- FIM GRID DO PROCESSO ADICIONADO -->
51 <input type="hidden" name="hdnIdTipoProcedimento" id="hdnIdTipoProcedimento" value=""/> 36 <input type="hidden" name="hdnIdTipoProcedimento" id="hdnIdTipoProcedimento" value=""/>
52 <input type="hidden" name="hdnTbProcesso" id="hdnTbProcesso" value="<?php echo $strGridProcesso?>"/> 37 <input type="hidden" name="hdnTbProcesso" id="hdnTbProcesso" value="<?php echo $strGridProcesso?>"/>
53 <input type="hidden" name="hdnProcessoIntercorrente" id="hdnProcessoIntercorrente" value=""/> 38 <input type="hidden" name="hdnProcessoIntercorrente" id="hdnProcessoIntercorrente" value=""/>