@extends('BaseSistemaWeb') @section('CSS') {{ HTML::style('DataTables/dataTables.bootstrap.min.css') }} {{ HTML::style('DataTables/responsive.dataTables.min.css') }} {{ HTML::style('DataTables/select.dataTables.min.css') }} {{ HTML::style('DataTables/buttons.dataTables.min.css') }} {{ HTML::style('SysWeb/SumeClientes/Paginas.min.css') }} {{ HTML::style('gentemplate/css/min/editor.min.css?=v0.1.48') }} {{ HTML::style('bootstrap-select/css/bootstrap-select.min.css') }} {{-- HTML::style('gentemplate/css/editor.css?=v0.1.31') --}} @stop @section('Contenido')

Ventanas emergentes

Listado de ventanas emergentes creadas

@if(count($Ventanas) > 0)
×

Tu tema tiene nuevas ventanas haz clic en Agregar para añadirlas

@endif
Nombre Tipo Acciones
@stop @section('JS') {{ HTML::script('DataTables/jquery.dataTables.min.js') }} {{ HTML::script('DataTables/dataTables.bootstrap.min.js') }} {{ HTML::script('DataTables/dataTables.responsive.min.js') }} {{ HTML::script('DataTables/dataTables.select.min.js') }} {{ HTML::script('DataTables/dataTables.buttons.min.js') }} {{ HTML::script('bootstrap-select/js/bootstrap-select.min.js') }} {{ HTML::script('bootstrap-select/js/i18n/defaults-es_CL.min.js') }} @stop @section('JSOr') @if (Session::has('message')) new PNotify({ title: "¡Felicidades!", text: "{{ Session::get('message') }}", type: "success" }); @endif var tabla = $("#tblVentanasEmergentes").DataTable({ "processing": true, "serverSide": true, "ajax": "{{ URL::route('SysWebVEmergentesVentanasEmergentesTEL') }}", preDrawCallback: function (settings) { $.isLoading("hide"); }, columns: [ {data: null, defaultContent: "", "searchable": false, "orderable": false}, {data: "nombre", name: "nombre"}, {data: "identificador", name: "identificador", "searchable": false, "orderable": false, "fnCreatedCell": function (nTd, sData, oData, iRow, iCol) { $(nTd).text("") if(oData.identificador == "CFV"){ $(nTd).text("Contenido digital"); } else{ $(nTd).text("Tienda en linea"); } } }, {data: "acciones", name: "acciones", "searchable": false, "orderable": false, "class": "text-center"} ], "language": { "url": "{{ asset('DataTables/Spanish.json') }}", select: { rows: { _: "Tienes seleccionada %d filas", 0: "De clic sobre la fila para seleccionarla", 1: "Solo tiene 1 fila seleccionada" } } }, "fnDrawCallback": function( oSettings ) { $(".tooltips").tooltip(); $(".table-responsive").find("[title]").tooltip(); }, autoWidth: false, responsive: { "details": { "type": "column", "target": 0 } }, columnDefs: [{ "data": null, "defaultContent": "", "className": "control", "orderable": false, "width": "9%", "targets": 0 }], order: [[ 1, "asc" ]], //initComplete: function(){ // var input = $(".dataTables_filter input").unbind(), // self = this.api(), // $searchButton = $('