mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
@@ -32,5 +32,5 @@
|
||||
}
|
||||
|
||||
@if (Model.InstallModules) {
|
||||
<p id="otherActionsBar">@Html.ActionLink(T("Upload a module").ToString(), "AddModule", "PackagingServices", new { area = "Orchard.Packaging", returnUrl = HttpContext.Current.Request.RawUrl }, null)</p>
|
||||
<p id="otherActionsBar">@Html.ActionLink(T("Install a module from your computer").ToString(), "AddModule", "PackagingServices", new { area = "Orchard.Packaging", returnUrl = HttpContext.Current.Request.RawUrl }, null)</p>
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
@{ Layout.Title = T("Install a Module").ToString(); }
|
||||
@{ Layout.Title = T("Install a module from your computer").ToString(); }
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost(Url.Action("InstallLocally", "PackagingServices", new { redirectUrl = HttpContext.Current.Request["returnUrl"] }), FormMethod.Post, new { enctype = "multipart/form-data" })) {
|
||||
Html.ValidationSummary();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@{ Layout.Title = T("Install a Theme").ToString(); }
|
||||
@{ Layout.Title = T("Install a theme from your computer").ToString(); }
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost(Url.Action("InstallLocally", "PackagingServices", new { redirectUrl = HttpContext.Current.Request["returnUrl"] }), FormMethod.Post, new { enctype = "multipart/form-data" })) {
|
||||
Html.ValidationSummary();
|
||||
|
||||
Reference in New Issue
Block a user