Fixed float issue with pager.

--HG--
branch : 1.x
This commit is contained in:
jowall
2011-04-04 12:06:20 -07:00
parent eac0abe812
commit 6660e0c0f8
2 changed files with 3 additions and 7 deletions

View File

@@ -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) {