Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/DisplayTemplates/Tooltip.cshtml @ 144:a2b14da4902f
Alta y modificación de ponentes (personas)
author | Nelo@Guinea.neluz.int |
---|---|
date | Mon, 01 Aug 2011 10:25:23 -0300 |
parents | 723aed93a0e6 |
children |
line wrap: on
line source
@{ string tooltip=null; tooltip = ViewData.ModelMetadata.Description; } @if (tooltip != null) { <img title='@tooltip' src='@Url.Content("~/Content/question.jpg")' width='20' height='20' border='0' align="middle" style="vertical-align: top;"/> }