Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/DisplayTemplates/Tooltip.cshtml @ 239:717fce60f200
Se eliminió un warning que aparecía por ocultar un método.
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 05 Oct 2011 07:31:35 -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;"/> }