#19954: Media Library - AlternateText is null in frontend

Work Item: 19954
This commit is contained in:
Timbioz
2013-08-30 11:10:24 +02:00
committed by agriffard
parent b3da02c6a6
commit 3fbf4042a3

View File

@@ -7,7 +7,7 @@
</fieldset>
<fieldset>
@Html.LabelFor(m => m.Caption, T("Alternate Text"))
@Html.TextBoxFor(m => m.Caption, new { @class = "large text"})
@Html.LabelFor(m => m.AlternateText, T("Alternate Text"))
@Html.TextBoxFor(m => m.AlternateText, new { @class = "large text"})
<span class="hint">@T("The alternate text is used when the media can't be rendered in a browser.")</span>
</fieldset>