File tree Expand file tree Collapse file tree 12 files changed +44
-32
lines changed
Expand file tree Collapse file tree 12 files changed +44
-32
lines changed Original file line number Diff line number Diff line change 44 ViewData [" Title" ] = " Themes" ;
55 Layout = $" ~/{ApplicationSettings .BlogAdminFolder }/_Layout/_Packages.cshtml" ;
66}
7- <div class =" bf-settings bf-settings-boxed bf-settings-about " data-page-title = " Themes " >
7+ <div class =" bf-settings" >
88
99 <!-- Toolbar -->
1010 <div class =" bf-toolbar d-flex" >
3636 No themes found !
3737 </div >
3838 }
39- </div >
39+ </div >
Original file line number Diff line number Diff line change 55 Layout = $" ~/{ApplicationSettings .BlogAdminFolder }/_Layout/_Packages.cshtml" ;
66}
77
8- <div class =" bf-settings bf-settings-boxed bf-settings-about " data-page-title = " Widgets " >
8+ <div class =" bf-settings" >
99
1010 <!-- Toolbar -->
1111 <div class =" bf-toolbar d-flex" >
5858
5959@section Scripts{
6060 <script src =" ~/admin/js/app/packagesController.js" ></script >
61- }
61+ }
Original file line number Diff line number Diff line change 6464 </div >
6565 <div class =" modal-body bf-editor-category" >
6666 <form id =" frmCategory" >
67- <input type =" text" id =" txtCategory" title =" Type and Enter" autocomplete =" off" onkeypress =" editorController.categoryKeyPress(event)" class =" form-control" placeholder =" Category Name..." autofocus />
67+ <div class =" input-group" >
68+ <input type =" text" id =" txtCategory" autocomplete =" off" onkeypress =" editorController.categoryKeyPress(event)" class =" form-control" placeholder =" Category name..." autofocus />
69+ <span class =" input-group-btn" >
70+ <button class =" btn btn-secondary" type =" button" onclick =" editorController.categoryAddButton(event)" >Add</button >
71+ </span >
72+ </div >
6873 </form >
6974 <ul id =" edit-categories" >
7075 @foreach ( var category in Model .CategoryList )
Original file line number Diff line number Diff line change 66 Layout = $" ~/{ApplicationSettings .BlogAdminFolder }/_Layout/_Settings.cshtml" ;
77}
88
9- <div class =" bf-settings bf-settings-boxed bf-settings-about mx-auto" data-page-title = " @ViewData[ " Title " ] " >
9+ <div class =" bf-settings bf-settings-boxed bf-settings-about mx-auto" >
1010
1111 <div class =" text-center pt-5" >
1212 <p class =" mb-3" >
Original file line number Diff line number Diff line change 44 ViewData [" Title" ] = " Avanced Settings" ;
55 Layout = $" ~/{ApplicationSettings .BlogAdminFolder }/_Layout/_Settings.cshtml" ;
66}
7- <div class =" bf-settings bf-settings-boxed" data-page-title =" @ViewData[" Title " ]" >
8- <div class =" bf-title" >
9- <span >Import & Export</span >
10- </div >
7+ <div class =" bf-settings bf-settings-boxed" >
8+ <div class =" bf-title" ><span >Import & Export</span ></div >
119 <div class =" btn-group d-flex" role =" group" >
1210 <button type =" button" class =" btn btn-outline-primary w-100" data-toggle =" modal" data-target =" #importRss" >Import RSS</button >
1311 <button type =" button" class =" btn btn-outline-primary w-100" disabled >Export</button >
2826 <form id =" frmImport" name =" frmImport" >
2927 <div class =" form-group" >
3028 <label class =" form-group-label" >RSS URL</label >
31- <input type =" text" id =" txtFeedUrl" class =" form-control" />
29+ <input type =" text" id =" txtFeedUrl" class =" form-control" autofocus />
3230 </div >
3331 <div class =" form-group" >
3432 <label class =" form-group-label" >Domain URL</label >
6260 <script >toastr .success (' @ViewBag.Message' ) </script >
6361 }
6462 <script src =" ~/admin/js/app/toolsController.js" ></script >
65- }
63+ }
Original file line number Diff line number Diff line change 55 Layout = $" ~/{ApplicationSettings .BlogAdminFolder }/_Layout/_Settings.cshtml" ;
66}
77<form method =" post" asp-controller =" Settings" asp-action =" General" asp-antiforgery =" true" >
8-
9- <div class =" bf-settings bf-settings-boxed bf-settings-appsettings" data-page-title =" @ViewData[" Title " ]" >
10- <div class =" bf-title" ><span >@ViewData ["Title"]</span ></div >
11-
8+ <div class =" bf-settings bf-settings-boxed bf-settings-appsettings" >
9+ <div class =" bf-title d-none d-lg-block" ><span >@ViewData ["Title"]</span ></div >
1210 <div class =" form-group" >
1311 <label class =" form-group-label" >Title</label >
1412 <input type =" text" asp-for =" Title" class =" form-control" />
Original file line number Diff line number Diff line change 44 ViewData [" Title" ] = " Posts Settings" ;
55 Layout = $" ~/{ApplicationSettings .BlogAdminFolder }/_Layout/_Settings.cshtml" ;
66}
7- <div class =" bf-settings bf-settings-boxed bf-settings-import" data-page-title = " @ViewData[ " Title " ] " >
8- <div class =" bf-title" ><span >@ViewData ["Title"]</span ></div >
7+ <div class =" bf-settings bf-settings-boxed bf-settings-import" >
8+ <div class =" bf-title d-none d-lg-block " ><span >@ViewData ["Title"]</span ></div >
99 <form method =" post" asp-controller =" Settings" asp-action =" Posts" asp-antiforgery =" true" >
1010 <div class =" form-group" >
1111 <label class =" form-group-label" >Items per page</label >
Original file line number Diff line number Diff line change 55 Layout = $" ~/{ApplicationSettings .BlogAdminFolder }/_Layout/_Settings.cshtml" ;
66 if (! Model .CustomFields .ContainsKey (" SendGridApiKey" )) { Model .CustomFields .Add (" SendGridApiKey" , " " ); }
77}
8- <div class =" bf-settings bf-settings-boxed bf-settings-profile" data-page-title = " @ViewData[ " Title " ] " >
9- <div class =" bf-title" ><span >@ViewData ["Title"]</span ></div >
8+ <div class =" bf-settings bf-settings-boxed bf-settings-profile" >
9+ <div class =" bf-title d-none d-lg-block " ><span >@ViewData ["Title"]</span ></div >
1010 <form method =" post" asp-controller =" Settings" asp-action =" Profile" asp-antiforgery =" true" >
1111 <div class =" form-group" >
1212 <label class =" form-group-label" >Author Name</label >
Original file line number Diff line number Diff line change 1010 var cntFrom = pgr .CurrentPage == 1 ? 1 : (pgr .CurrentPage - 1 ) * pgr .ItemsPerPage + 1 ;
1111 var cntTo = pgr .CurrentPage * pgr .ItemsPerPage < pgr .Total ? pgr .CurrentPage * pgr .ItemsPerPage : pgr .Total ;
1212}
13- <div class =" bf-settings bf-settings-users" data-page-title = " @ViewData[ " Title " ] " >
13+ <div class =" bf-settings bf-settings-users" >
1414
1515 <div class =" bf-toolbar d-flex" >
1616 <label class =" custom-control custom-checkbox my-auto mr-3" ><input class =" custom-control-input item-checkbox" type =" checkbox" name =" selectAll" ><span class =" item-control custom-control-indicator" ></span ></label >
Original file line number Diff line number Diff line change 22@{
33 Layout = $" ~/{ApplicationSettings .BlogAdminFolder }/_Layout/_Layout.cshtml" ;
44}
5- <div class =" bf-header d-flex d-lg-none" >Settings / < span ></ span > <i class =" fa fa-chevron-down" ></i ></div >
5+ <div class =" bf-header d-flex d-lg-none" >@ViewData ["Title"] <i class =" fa fa-chevron-down" ></i ></div >
66<div class =" bf-body" >
77 <div class =" bf-sidebar d-lg-block" >
88 <div class =" bf-settings-sidebar" >
5050</div >
5151@section Scripts{
5252 @RenderSection( " Scripts" , false )
53- }
53+ }
You can’t perform that action at this time.
0 commit comments