mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-27 04:19:04 +08:00
Fixed float issue with pager.
--HG-- branch : 1.x
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost(Url.Action("InstallPackageDetails", "PackagingServices", new { packageId = Request.QueryString["packageId"], version = Request.QueryString["version"], sourceId = Request.QueryString["sourceId"], redirectUrl = Request.QueryString["redirectUrl"] }))) {
|
||||
<h3>@T("Installation details").ToString()</h3>
|
||||
<h3>@T("Pick the features you want enabled").ToString()</h3>
|
||||
|
||||
@Html.HiddenFor(m => m.ExtensionDescriptor.Id)
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
}
|
||||
|
||||
<fieldset>
|
||||
<legend>@T("Pick the features you want enabled").ToString()</legend>
|
||||
|
||||
@{ var featureIndex = 0; }
|
||||
@foreach (PackagingInstallFeatureViewModel feature in Model.Features) {
|
||||
|
||||
Reference in New Issue
Block a user