mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19954: Media Library - AlternateText is null in frontend
Work Item: 19954
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user