Commit 4b290af3b21f70f97bbbf7ceed4354342db91819
1 parent
d9f8f3a9
Exists in
master
Inserindo mais alteracoes
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
acompanhamento/cadastro.php
... | ... | @@ -127,6 +127,8 @@ |
127 | 127 | } |
128 | 128 | </script> |
129 | 129 | <form action="<?php echo URL_BASE_SISTEMA;?>acompanhamento/cadastro.php" id="formulario" method="post"> |
130 | + | |
131 | +<div class="form-group"> | |
130 | 132 | |
131 | 133 | <input type="hidden" name="fltnumprotocolo" value="<?php echo $fltnumprotocolo; ?>"> |
132 | 134 | <input type="hidden" name="fltsolicitante" value="<?php echo $fltsolicitante; ?>"> | ... | ... |