Actions
@Html.Partial("DisplayTemplates/_ChartButton", Model.LeafInputId, new ViewDataDictionary { { "Disabled", !Model.HasLeafChart } })
Download Input
Download ToUser
@using (Html.BeginUmbracoForm
(
"SendUserDownloadLink", null, new { @class = "confirm", confirm_msg = "Confirm sending email to user" }))
{
}
@using (Html.BeginUmbracoForm(
"SendUserChartLink", null, new { @class = "confirm", confirm_msg = "Confirm sending email to user" }))
{
}
@DeleteLink(Model.LeafInputId, Model.IsDeletable)