usabilidad en vista f
This commit is contained in:
parent
abea5a66d8
commit
7fa0c78fd5
@ -12057,8 +12057,8 @@ function formulario_embebido_ajax($datos,$id,$opciones,$tipo){
|
||||
$id_empresa = remplacetas('form_id','id',$id,'id_empresa',"") ;
|
||||
$encabezado = empresa_datos("$id_empresa[0]",'encabezado');
|
||||
$pie = empresa_datos("$id_empresa[0]",'pie');
|
||||
$formulario_nombre = remplacetas('form_id','id',$id,'nombre') ;
|
||||
$formulario_descripcion = remplacetas('form_id','id',$id,'descripcion') ;
|
||||
$formulario_nombre = remplacetas('form_id','id',$id,'nombre','') ;
|
||||
$formulario_descripcion = remplacetas('form_id','id',$id,'descripcion','') ;
|
||||
$cerrar= " <button class='btn btn-link ' data-dismiss='modal'>Cerrar</button>";
|
||||
$cabecera = "
|
||||
|
||||
@ -12155,7 +12155,7 @@ function formulario_embebido_ajax($datos,$id,$opciones,$tipo){
|
||||
<style>
|
||||
.modal {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
top: 200;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@ -12164,7 +12164,7 @@ function formulario_embebido_ajax($datos,$id,$opciones,$tipo){
|
||||
|
||||
.modal-dialog {
|
||||
position: fixed;
|
||||
margin: 0;
|
||||
margin: 200;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
padding: 0;
|
||||
@ -12188,7 +12188,7 @@ function formulario_embebido_ajax($datos,$id,$opciones,$tipo){
|
||||
left: 0;
|
||||
height: 100px;
|
||||
padding: 10px;
|
||||
background: #333;
|
||||
background: #ECEFEF;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user