@extends('BaseSistemaWeb') @section('CSS') {{-- HTML::style('WebPro/plugins/bootstrap-colorpicker/css/colorpicker.css') --}} {{ HTML::style('bootstrap-colorpicker/css/bootstrap-colorpicker.min.css') }} {{ HTML::style('SysWeb/SumeClientes/BootstrapMod.css') }} {{ HTML::style('SysWeb/SumeClientes/bootstrap-custom-breakpoint.css') }} {{ HTML::style('bootstrap-slider/bootstrap-slider.min.css') }} {{ HTML::style('jquery-ezdz/jquery.ezdz.min.css') }} {{ HTML::style('jQueryUI/NT/jquery-ui.min.css') }} {{ HTML::style('jQueryUI/NT/jquery-ui.structure.min.css') }} {{-- HTML::style('VideoJS/video-js.css') --}} {{-- HTML::script('VideoJS/videojs-ie8.min.js') --}} {{ HTML::style('bootstrap-select/css/bootstrap-select.min.css') }} @if(isset($_GET["nomin"])) {{ HTML::style('SysWeb/SumeClientes/EditorDeFormularios.css?v='.date('H:i:s')) }} @else {{ HTML::style('SysWeb/SumeClientes/EditorDeFormularios.min.css?=v2.9.98') }} @endIf {{ HTML::style('WebPro/plugins/dropzone/dropzone.css') }} {{ HTML::style('image-picker/image-picker.css') }} {{ HTML::style('bootstrap-treeview/bootstrap-treeview.min.css') }} {{ HTML::style('Webui-Popover/jquery.webui-popover.min.css') }} {{ HTML::style('VideoJS/video-js.min.css') }} {{ HTML::style('fontawesome-iconpicker/css/fontawesome-iconpicker.min.css') }} {{ HTML::style('HoverCSS/hover-modificado.min.css?v='.date('H:i:s')) }} {{ HTML::style('SysWeb/SumeClientes/Fuentes.min.css') }} @stop @section('Contenido')

E-Mail Marketing

Editar formulario {{ $Formulario->nombre }} de {{ $ListaEmail->nombre }}

{{ Form::open(array('route' => array('SysWebEmailMarketingFormulariosEditar', $ListaEmail->id, $Formulario->id), 'method' => 'post', 'class' => 'form-horizontal row-border', 'id' => 'frmEditar', 'files' => true, 'target' => 'upload_iframe')) }}
{{ Form::text('nombre_form', $Formulario->nombre, array('class' => 'form-control', 'placeholder' => '')) }}