@extends('BaseSistemaWeb')
@section('CSS')
{{ HTML::style('SysWeb/SumeClientes/Preloader.min.css?=v2.9.85') }}
@if(isset($_GET["nomin"]))
{{ HTML::style('gentemplate/css/complementos-editor-v2.css?v='.date('H:i:s')) }}
@else
{{ HTML::style('gentemplate/css/min/complementos-editor-v2.min.css?=v2.9.85') }}
@endif
@if(isset($_GET["nomin"]))
{{ HTML::style('images_hover/css/efectos.css?='.date('H:i:s')) }}
{{ HTML::style('gentemplate/css/sc-foundation-emails.css?v='.date('H:i:s')) }}
{{ HTML::style('gentemplate/css/menu-editor-email-v2.css?v='.date('H:i:s')) }}
@else
{{ HTML::style('images_hover/css/efectos.min.css?=v2.9.85') }}
{{ HTML::style('gentemplate/css/sc-foundation-emails.css?v='.date('H:i:s')) }}
{{ HTML::style('gentemplate/css/menu-editor-email-v2.css?=v2.9.85') }}
@endif
@stop
@section('Contenido')
@include('Preloader')
@include('GenTemplate.variables-ocultas')
{{ $CorreoSWTEL->html_editable }}
@stop
@section('JS')
{{ HTML::script('SysWeb/SumeClientes/Preloader.min.js?=v2.9.85') }}
@if(isset($_GET["nomin"]))
{{ HTML::script('gentemplate/js/complementos-editor-v2.js?v='.date('H:i:s')) }}
{{ HTML::script('gentemplate/js/menu-editor-email-v2.js?v='.date('H:i:s')) }}
@else
{{ HTML::script('gentemplate/js/min/complementos-editor-v2.min.js?=v2.9.85') }}
{{ HTML::script('gentemplate/js/min/menu-editor-email-v2.min.js?=v2.9.85') }}
@endif
@stop
@section('JSOr')
if($(".actualizar-pago").length > 0){
var mensaje = '';
BootstrapDialog.show({
title: "Actualizar método de pago",
type: BootstrapDialog.TYPE_PRIMARY,
size: BootstrapDialog.SIZE_NORMAL,
message: mensaje,
draggable: true,
cssClass: "Pago color-head-modal",
onshown: function(dialog){
var ventana = dialog.getModalBody();
ventana.find(".datos-pago").html($(".actualizar-pago").prop("outerHTML"));
},
buttons: [{
id: "btAceptar",
label: ' Aceptar',
cssClass: "btn-primary",
action: function(dialogItself){
dialogItself.close();
}
}]
});
}
$.fn.matchHeight._update();
//$.jResize({ viewPortSizes: ['480px', '800px', '1280px'], backgroundColor: "444", fontColor: "FFF" });
/*if( $.browser.msie || $.browser.msedge || $.browser.safari || $.browser.opera ){
$("#errCompatibilidad").html(' Tu navegador no es 100% compatible con todas las funciones del editor, para que tengas la mejor experiencia de uso te recomendamos lo abras en Google Chrome o Mozila Firefox
');
}*/
$(".sidebar-toggle-box").trigger("click");
if($(".grid-galeria").length > 0){
setTimeout(function(){
$(".grid-galeria").mediaBoxes("resize");
}, 1500);
}
@stop