comparison Agendas/trunk/src/Agendas.Web/Views/Evento/Agendar.cshtml @ 154:2233039ac2eb

Unificando vistas
author Nelo@Guinea.neluz.int
date Wed, 03 Aug 2011 01:02:42 -0300
parents 19bab30521da
children
comparison
equal deleted inserted replaced
153:dfb4468d8044 154:2233039ac2eb
14 <fieldset> 14 <fieldset>
15 <legend>Datos del evento:</legend> 15 <legend>Datos del evento:</legend>
16 @Html.EditorForModel() 16 @Html.EditorForModel()
17 <p> 17 <p>
18 <input type="submit" value="Guardar" /> 18 <input type="submit" value="Guardar" />
19 @Html.ActionLink("Cancelar", "Index")
19 </p> 20 </p>
20 </fieldset> 21 </fieldset>
21 </div> 22 </div>
22 } 23 }