-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jasmin Savard <[email protected]> Co-authored-by: Sébastien Ros <[email protected]>
- Loading branch information
1 parent
2367504
commit ef76b6f
Showing
653 changed files
with
64,610 additions
and
48,848 deletions.
There are no files selected for viewing
32 changes: 16 additions & 16 deletions
32
src/OrchardCore.Modules/OrchardCore.Admin/Views/AdminSettings.Edit.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
@model OrchardCore.Admin.ViewModels.AdminSettingsViewModel | ||
|
||
<fieldset class="form-group" asp-validation-class-for="DisplayDarkMode"> | ||
<div class="custom-control custom-checkbox"> | ||
<input asp-for="DisplayDarkMode" class="custom-control-input" type="checkbox" /> | ||
<label asp-for="DisplayDarkMode" class="custom-control-label">@T["Enable dark mode admin theme"]</label> | ||
<fieldset class="mb-3" asp-validation-class-for="DisplayDarkMode"> | ||
<div class="form-check"> | ||
<input asp-for="DisplayDarkMode" class="form-check-input" type="checkbox" /> | ||
<label asp-for="DisplayDarkMode" class="form-check-label">@T["Enable dark mode admin theme"]</label> | ||
</div> | ||
<span class="hint">@T["Whether a dark mode admin theme can be displayed."]</span> | ||
</fieldset> | ||
|
||
<fieldset class="form-group" asp-validation-class-for="DisplayMenuFilter"> | ||
<div class="custom-control custom-checkbox"> | ||
<input asp-for="DisplayMenuFilter" class="custom-control-input" type="checkbox" /> | ||
<label asp-for="DisplayMenuFilter" class="custom-control-label">@T["Enable Admin Menu filter"]</label> | ||
<fieldset class="mb-3" asp-validation-class-for="DisplayMenuFilter"> | ||
<div class="form-check"> | ||
<input asp-for="DisplayMenuFilter" class="form-check-input" type="checkbox" /> | ||
<label asp-for="DisplayMenuFilter" class="form-check-label">@T["Enable Admin Menu filter"]</label> | ||
</div> | ||
<span class="hint">@T["Whether a quick search to filter the admin menu is displayed."]</span> | ||
</fieldset> | ||
|
||
<fieldset class="form-group" asp-validation-class-for="DisplayNewMenu"> | ||
<div class="custom-control custom-checkbox"> | ||
<input asp-for="DisplayNewMenu" class="custom-control-input" type="checkbox" /> | ||
<label asp-for="DisplayNewMenu" class="custom-control-label">@T["Display New menu"]</label> | ||
<fieldset class="mb-3" asp-validation-class-for="DisplayNewMenu"> | ||
<div class="form-check"> | ||
<input asp-for="DisplayNewMenu" class="form-check-input" type="checkbox" /> | ||
<label asp-for="DisplayNewMenu" class="form-check-label">@T["Display New menu"]</label> | ||
</div> | ||
<span class="hint">@T["Whether a New menu is displayed in the admin menu."]</span> | ||
</fieldset> | ||
|
||
<fieldset class="form-group" asp-validation-class-for="DisplayTitlesInTopbar"> | ||
<div class="custom-control custom-checkbox"> | ||
<input asp-for="DisplayTitlesInTopbar" class="custom-control-input" type="checkbox" /> | ||
<label asp-for="DisplayTitlesInTopbar" class="custom-control-label">@T["Display titles in top bar"]</label> | ||
<fieldset class="mb-3" asp-validation-class-for="DisplayTitlesInTopbar"> | ||
<div class="form-check"> | ||
<input asp-for="DisplayTitlesInTopbar" class="form-check-input" type="checkbox" /> | ||
<label asp-for="DisplayTitlesInTopbar" class="form-check-label">@T["Display titles in top bar"]</label> | ||
</div> | ||
<span class="hint">@T["Whether the titles are displayed in the top bar."]</span> | ||
</fieldset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/OrchardCore.Modules/OrchardCore.AdminDashboard/Views/DashboardPart.Edit.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ | |
|
||
<div class="row"> | ||
<div class="col-xl-9 col-sm-12 title"> | ||
<div class="custom-control custom-checkbox float-left"> | ||
<input type="checkbox" class="custom-control-input" value="@contentItem.Id" name="itemIds" id="[email protected]"> | ||
<label class="custom-control-label" for="[email protected]"></label> | ||
<div class="form-check float-start"> | ||
<input type="checkbox" class="form-check-input" value="@contentItem.Id" name="itemIds" id="[email protected]"> | ||
<label class="form-check-label" for="[email protected]"></label> | ||
</div> | ||
@if (await AuthorizationService.AuthorizeAsync(User, CommonPermissions.EditContent, contentItem)) | ||
{ | ||
|
@@ -34,18 +34,18 @@ | |
} | ||
</div> | ||
<div class="col-xl-3 col-sm-12"> | ||
<div class="float-right button-group"> | ||
<div class="float-end button-group"> | ||
@if (Model.Actions != null) | ||
{ | ||
@await DisplayAsync(Model.Actions) | ||
} | ||
@if (Model.ActionsMenu != null) | ||
{ | ||
<div class="btn-group"> | ||
<button type="button" class="btn btn-sm text-secondary" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
<button type="button" class="btn btn-sm text-secondary" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
@T["Actions"] | ||
</button> | ||
<div class="actions-menu dropdown-menu dropdown-menu-right"> | ||
<div class="actions-menu dropdown-menu dropdown-menu-end"> | ||
@await DisplayAsync(Model.ActionsMenu) | ||
</div> | ||
</div> | ||
|
62 changes: 24 additions & 38 deletions
62
src/OrchardCore.Modules/OrchardCore.AdminDashboard/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.