Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/_Messages.cshtml @ 217:c4c60e034103 deploy 2011-09-06
sugerencia de recordatorios
author | nelopauselli |
---|---|
date | Tue, 06 Sep 2011 18:09:43 -0300 |
parents | beeb48ddb44a |
children |
line wrap: on
line source
@if (TempData.ContainsKey("error")) { <div class="errorbox"><label>@TempData["error"]</label></div> } @if (TempData.ContainsKey("notification")) { <div class="notificationbox"><label>@TempData["notification"]</label></div> } @if (TempData.ContainsKey("warning")) { <div class="warningbox"><label>@TempData["warning"]</label></div> }