@extends('BaseSistemaWeb') @section('CSS') @stop @section('Contenido')

Sitio Web

@if (Session::has('message'))
{{ Session::get('message') }}
@endif

Editar ventana {{ $Ventana->nombre }} del tema del sitio web {{ $TemaSW->nombre }}

{{ Form::open(array('route' => array('SysWebSWebPlantillasxTemaVentanasEditarConf', $TemaSW->id, $Ventana->id), 'method' => 'post', 'class' => 'form-horizontal row-border', 'id' => 'frmAgregar', 'files' => true)) }}
{{ $errors->first('tipo') }}
{{ $errors->first('tipo') }}
{{ $errors->first('modulo') }}
{{ $errors->first('identificador') }}
{{ Form::file('codigo_html', array('class' => '', 'id' => 'codigo_html')) }} {{ $errors->first('codigo_html') }}
{{--


{{ Form::file('imagen', array('class' => '', 'id' => 'imagen')) }} {{ $errors->first('imagen') }}
{{ $errors->first('ruta') }}
--}}
{{ Form::submit('Editar', array('class' => 'btn btn-warning', 'id' => 'btnAgregar')) }} {{ HTML::linkRoute('SysWebPAterrizajeVentanaEmergente', 'Cancelar', array(), array('class' => 'btn btn-default')) }}
{{ Form::close() }}
@stop @section('JS') @stop @section('JSOr') @stop