diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/00a057ca-0909-40e3-a72f-3dba96332673.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/00a057ca-0909-40e3-a72f-3dba96332673.vsidx new file mode 100644 index 0000000..0aea4e8 Binary files /dev/null and b/.vs/Fab2ApprovalSystem/FileContentIndex/00a057ca-0909-40e3-a72f-3dba96332673.vsidx differ diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/17d07c06-c751-4057-8038-625eff7d9f45.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/17d07c06-c751-4057-8038-625eff7d9f45.vsidx deleted file mode 100644 index 3e784dc..0000000 Binary files a/.vs/Fab2ApprovalSystem/FileContentIndex/17d07c06-c751-4057-8038-625eff7d9f45.vsidx and /dev/null differ diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/9f432593-2d58-4094-bcba-f4559dc8e991.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/7a56433e-8d4b-4c09-b2b5-f21af5437a5e.vsidx similarity index 82% rename from .vs/Fab2ApprovalSystem/FileContentIndex/9f432593-2d58-4094-bcba-f4559dc8e991.vsidx rename to .vs/Fab2ApprovalSystem/FileContentIndex/7a56433e-8d4b-4c09-b2b5-f21af5437a5e.vsidx index fa8e7dc..a6626b7 100644 Binary files a/.vs/Fab2ApprovalSystem/FileContentIndex/9f432593-2d58-4094-bcba-f4559dc8e991.vsidx and b/.vs/Fab2ApprovalSystem/FileContentIndex/7a56433e-8d4b-4c09-b2b5-f21af5437a5e.vsidx differ diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/b1b06aa2-337d-4b25-b834-714517ed0fe0.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/82f315a8-2746-459a-9b24-d937d0f0d17f.vsidx similarity index 100% rename from .vs/Fab2ApprovalSystem/FileContentIndex/b1b06aa2-337d-4b25-b834-714517ed0fe0.vsidx rename to .vs/Fab2ApprovalSystem/FileContentIndex/82f315a8-2746-459a-9b24-d937d0f0d17f.vsidx diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/87b89757-701e-43d9-8dac-6b71b74b18a7.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/af5f3e53-b030-4b74-b5f1-329d6c7c7a7c.vsidx similarity index 84% rename from .vs/Fab2ApprovalSystem/FileContentIndex/87b89757-701e-43d9-8dac-6b71b74b18a7.vsidx rename to .vs/Fab2ApprovalSystem/FileContentIndex/af5f3e53-b030-4b74-b5f1-329d6c7c7a7c.vsidx index fc8f9f5..dd201a9 100644 Binary files a/.vs/Fab2ApprovalSystem/FileContentIndex/87b89757-701e-43d9-8dac-6b71b74b18a7.vsidx and b/.vs/Fab2ApprovalSystem/FileContentIndex/af5f3e53-b030-4b74-b5f1-329d6c7c7a7c.vsidx differ diff --git a/.vs/Fab2ApprovalSystem/v17/.suo b/.vs/Fab2ApprovalSystem/v17/.suo index c800dda..8e8c3f1 100644 Binary files a/.vs/Fab2ApprovalSystem/v17/.suo and b/.vs/Fab2ApprovalSystem/v17/.suo differ diff --git a/.vs/Fab2ApprovalSystem/v17/TestStore/0/000.testlog b/.vs/Fab2ApprovalSystem/v17/TestStore/0/000.testlog index c2ca5f9..fe998c3 100644 Binary files a/.vs/Fab2ApprovalSystem/v17/TestStore/0/000.testlog and b/.vs/Fab2ApprovalSystem/v17/TestStore/0/000.testlog differ diff --git a/Fab2ApprovalSystem/Views/Admin/Index.cshtml b/Fab2ApprovalSystem/Views/Admin/Index.cshtml index 27d4c6d..b5a1016 100644 --- a/Fab2ApprovalSystem/Views/Admin/Index.cshtml +++ b/Fab2ApprovalSystem/Views/Admin/Index.cshtml @@ -28,6 +28,10 @@ width: 100%; } + .hiddenDelegate { + display: none; + } + /*InLine Edit Mode*/ @@ -187,19 +191,7 @@ -
-
-
-
-
- -
-
-
-
-
- -
+
diff --git a/Fab2ApprovalSystem/Views/Home/_HomeLayout.cshtml b/Fab2ApprovalSystem/Views/Home/_HomeLayout.cshtml index 688ca94..5815f2e 100644 --- a/Fab2ApprovalSystem/Views/Home/_HomeLayout.cshtml +++ b/Fab2ApprovalSystem/Views/Home/_HomeLayout.cshtml @@ -59,6 +59,10 @@ {
  • @Html.ActionLink("Admin", "Index", "Admin")
  • } + @if ((bool)@Session[GlobalVars.IS_MANAGER]) + { +
  • @Html.ActionLink("Manager", "Index", "Manager")
  • + } @Html.Partial("_LoginPartial")
    diff --git a/Fab2ApprovalSystem/Views/Manager/_ManagerLayout.cshtml b/Fab2ApprovalSystem/Views/Manager/_ManagerLayout.cshtml index eabf02c..a9de9c3 100644 --- a/Fab2ApprovalSystem/Views/Manager/_ManagerLayout.cshtml +++ b/Fab2ApprovalSystem/Views/Manager/_ManagerLayout.cshtml @@ -34,9 +34,9 @@