diff --git a/ServiceHost/Areas/Admin/Pages/Accounts/Account/CreateRole.cshtml b/ServiceHost/Areas/Admin/Pages/Accounts/Account/CreateRole.cshtml
index 7a46a7d6..44f61a60 100644
--- a/ServiceHost/Areas/Admin/Pages/Accounts/Account/CreateRole.cshtml
+++ b/ServiceHost/Areas/Admin/Pages/Accounts/Account/CreateRole.cshtml
@@ -18,6 +18,10 @@
margin-right: 80px;
}
+ .level4 {
+ margin-right: 120px;
+ }
+
.parent {
border-radius: 10px 0px 0px 10px;
min-width: 220px;
@@ -42,6 +46,16 @@
border: 1px solid #666666 !important;
margin-right: -4px;
}
+
+ .parentLevel3 {
+ border-radius: 10px 0px 0px 10px;
+ min-width: 220px !important;
+ text-align: start;
+ background-color: #666666 !important;
+ border: 1px solid #666666 !important;
+ margin-right: -4px;
+ }
+
.ion-plus {
position: relative !important;
top: 4px !important;
@@ -536,15 +550,45 @@
-
-
- @* تشخیص چهره *@
-
+
@* گزارشات *@
- @*ایجاد عناوین مقادیر سالانه*@
+ @*حضورغیاب*@
+
+
+
+
+
+ @*ایجاد عناوین مقادیر سالانه*@
- @* تشخیص چهره *@
-
+
@* گزارشات *@
diff --git a/ServiceHost/Areas/Admin/Pages/Accounts/Account/Index.cshtml b/ServiceHost/Areas/Admin/Pages/Accounts/Account/Index.cshtml
index c8b06c30..5ca79e88 100644
--- a/ServiceHost/Areas/Admin/Pages/Accounts/Account/Index.cshtml
+++ b/ServiceHost/Areas/Admin/Pages/Accounts/Account/Index.cshtml
@@ -3,12 +3,14 @@
@using Microsoft.EntityFrameworkCore
@using _0_Framework.Application
@model ServiceHost.Areas.Admin.Pages.Accounts.Account.IndexModel
+@inject IAuthHelper _AuthHelper;
@{
var i = 1;
var j = 1;
var r = 1;
+ var permissionList = _AuthHelper.GetPermissions();
//string colaps = "in";
//string act = "active";
}
@@ -64,11 +66,11 @@
-
+
ایجاد کاربر جدید
-
+
ایجاد نقش جدید
@@ -99,17 +101,17 @@
@*==================================================================Adminusers=====*@
-
+
@@ -298,7 +301,7 @@
@*==================================================================roles=====*@
-
+
@@ -367,7 +370,7 @@
@*==================================================================Clientusers=====*@
-
+
@@ -485,27 +488,27 @@
j++;
}
-
+
ورود به کلاینت
-
-
@if (item.IsActiveString == "true" && item.Role != "مدیر سیستم")
{
-
+
}
else if (item.IsActiveString == "false")
{
-
+
}
|