-
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.
Merge pull request #7 from OrchardCMS/dev
Update
- Loading branch information
Showing
279 changed files
with
4,010 additions
and
2,120 deletions.
There are no files selected for viewing
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
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
12 changes: 10 additions & 2 deletions
12
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,17 +1,25 @@ | ||
@model OrchardCore.Admin.ViewModels.AdminSettingsViewModel | ||
|
||
<fieldset class="form-group" asp-validation-class-for="Zones"> | ||
<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> | ||
</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="Zones"> | ||
<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> | ||
</div> | ||
<span class="hint">@T["Whether a dark mode admin theme can be displayed."]</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> | ||
</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
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.AdminMenu/Views/Menu/Create.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
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.AdminMenu/Views/Menu/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
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.AdminMenu/Views/Node/Create.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
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.AdminMenu/Views/Node/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
Oops, something went wrong.