Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Views/Evento/Index.cshtml @ 212:6944c54f834f
Ticket 175: Se cambia el mensaje por una pantalla de confirmaciĆ³n, que sugiere los textos.
author | juanjose.montesdeocaarbos |
---|---|
date | Fri, 26 Aug 2011 21:54:36 -0300 |
parents | 2d02adb79322 |
children |
comparison
equal
deleted
inserted
replaced
211:75eefd82760f | 212:6944c54f834f |
---|---|
33 @Html.ActionLink("Modificar", "Modificar", new { id = item.Id }) | 33 @Html.ActionLink("Modificar", "Modificar", new { id = item.Id }) |
34 <span> </span> | 34 <span> </span> |
35 } | 35 } |
36 @if (item.PuedeConfirmar) | 36 @if (item.PuedeConfirmar) |
37 { | 37 { |
38 @Html.ActionLink("Confirmar", "Confirmar", new { id = item.Id }, new { @class = "ui-button-confirm" }) | 38 @Html.ActionLink("Confirmar", "Confirmar", new { id = item.Id }) |
39 <span> </span> | 39 <span> </span> |
40 } | 40 } |
41 @if (item.PuedePublicar) | 41 @if (item.PuedePublicar) |
42 { | 42 { |
43 @Html.ActionLink("Publicar", "Publicar", new { id = item.Id }) | 43 @Html.ActionLink("Publicar", "Publicar", new { id = item.Id }) |