forked from qwerty/milfs
correccion estilos
This commit is contained in:
parent
0ce02a9d98
commit
eb974d96de
@ -15545,7 +15545,7 @@ elseif($campo_tipo_accion == 'email'){$render = "
|
|||||||
|
|
||||||
$render = "
|
$render = "
|
||||||
<input type='hidden' id='".$id_campo."[".$item."]' name='".$id_campo."[".$item."]' >
|
<input type='hidden' id='".$id_campo."[".$item."]' name='".$id_campo."[".$item."]' >
|
||||||
<iframe width='100%' height='400px' src='librerias/firma/modal.php?campo=$id_campo&item=$item' frameborder='0' allowFullScreen ></iframe>
|
<iframe width='100%' height='400px' src='../librerias/firma/modal.php?campo=$id_campo&item=$item' frameborder='0' allowFullScreen ></iframe>
|
||||||
";
|
";
|
||||||
$cols='12';
|
$cols='12';
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,11 @@ if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
|
|||||||
<link rel="shortcut icon" href="favicon-152.png">
|
<link rel="shortcut icon" href="favicon-152.png">
|
||||||
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
|
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
|
||||||
<!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha256-k2/8zcNbxVIh5mnQ52A0r3a6jAgMGxFJFE2707UxGCk= sha512-ZV9KawG2Legkwp3nAlxLIVFudTauWuBpC10uEafMHYL0Sarrz5A7G79kXh5+5+woxQ5HM559XX2UZjMJ36Wplg==" crossorigin="anonymous"> -->
|
<!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha256-k2/8zcNbxVIh5mnQ52A0r3a6jAgMGxFJFE2707UxGCk= sha512-ZV9KawG2Legkwp3nAlxLIVFudTauWuBpC10uEafMHYL0Sarrz5A7G79kXh5+5+woxQ5HM559XX2UZjMJ36Wplg==" crossorigin="anonymous"> -->
|
||||||
<?php if($form !='') { echo "<link href='css/embebidoXXX.css' rel='stylesheet'>";}else{ echo "<link href='css/estilos.php?dd' rel='stylesheet'>";} ?>
|
<?php if($form !='') {
|
||||||
|
//echo "<link href='css/embebidoXXX.css' rel='stylesheet'>";
|
||||||
|
}else{
|
||||||
|
//echo "<link href='css/estilos.php?dd' rel='stylesheet'>";
|
||||||
|
} ?>
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="css/milfs.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="css/milfs.css">
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.css">
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap-markdown.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap-markdown.css">
|
||||||
|
Loading…
Reference in New Issue
Block a user