Skip to content

Commit 10c4319

Browse files
authored
Remove widgets checkbox (OrchardCMS#17264)
1 parent 7aedc1e commit 10c4319

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/OrchardCore.Modules/OrchardCore.Widgets/Views/Widget.SummaryAdmin.cshtml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
}
77

88
<div class="row">
9-
<div class="col-lg col-12 title d-flex">
10-
<div class="selectors-container d-flex">
11-
<div class="form-check float-start">
12-
<input type="checkbox" class="form-check-input" value="@contentItem.Id" name="itemIds" id="[email protected]">
13-
<label class="form-check-label" for="[email protected]"></label>
14-
</div>
15-
</div>
9+
<div class="col-lg col-12 title d-flex d-flex align-items-center">
1610
<div class="summary d-flex flex-column flex-md-row">
1711
<div class="contentitem me-2">
1812
@if (await AuthorizationService.AuthorizeAsync(User, CommonPermissions.EditContent, contentItem))
@@ -25,7 +19,9 @@
2519
}
2620
</div>
2721
<div class="contenttype me-1">
28-
<span class="badge ta-badge font-weight-normal"><i class="far fa-file-alt text-secondary" aria-hidden="true"></i> @contentItem.ContentType</span>
22+
<span class="badge ta-badge font-weight-normal">
23+
<i class="far fa-file-alt text-secondary" aria-hidden="true"></i> @contentItem.ContentType
24+
</span>
2925
</div>
3026
@if (Model.Header != null)
3127
{

0 commit comments

Comments
 (0)