|
26 | 26 | <nav class="navbar navbar-default" role="navigation">
|
27 | 27 | <div class="col-md2">
|
28 | 28 | <a type="button" class="AM-btn AM-btn-primary" href="@Url.Action("Create", "UserManage", new {ctl = "Edit"})">
|
| 29 | + <span class="fa fa-plus color-white" aria-hidden="true"></span> |
29 | 30 | @Localization.GetString("BtnCreateUser", @ResourceFile)
|
30 | 31 | </a>
|
31 | 32 | </div>
|
32 |
| - <div class="col-md10 AM-d-flex AM-justify-content-end"> |
| 33 | + <div class="col-md10 AM-d-flex AM-justify-content-end mtb-2"> |
33 | 34 | <span id="dialogs-DeleteUnauthorized mr5" class="dnnActions mr5" style="display: initial;">
|
34 | 35 | <a type="button" class="confirm AM-btn AM-btn-danger" href="@Url.Action("DeleteUnauthorizedUsers", "UserManage", new {})" style="color: white;">
|
35 | 36 | <span class="fa fa-trash color-white" aria-hidden="true"></span>
|
|
214 | 215 | <span class="fa fa-tasks color-white" aria-hidden="true"></span>
|
215 | 216 | </a>
|
216 | 217 | <span id="dialogs-delete" class="dnnActions" style="display: initial;">
|
217 |
| - <a data-hint="Delete" class="confirm AM-btn AM-btn-danger AM-btn-sm delete" data-placement="top" data-singleton="true" href="@Url.Action("Delete", "UserManage", new {itemId = item.UserId})"> |
| 218 | + <a data-hint="Delete" class="confirm AM-btn AM-btn-danger AM-btn-sm delete" data-placement="top" data-singleton="true" href="@Url.Action("Delete", "UserManage", new {itemId = item.UserId})" |
| 219 | + data-toggle="tooltip" data-placement="top" title="@Localization.GetString("DeleteUser", @ResourceFile)"> |
218 | 220 | <span class="fa fa-trash color-white" aria-hidden="true"></span>
|
219 | 221 | </a>
|
220 | 222 | </span>
|
221 | 223 | @if (ViewBag.IsCurrentUserSuperUser)
|
222 | 224 | {
|
223 | 225 | <span id="dialogs-impersonate" class="dnnActions" style="display: initial;">
|
224 |
| - <a data-hint="Delete" class="confirm AM-btn AM-btn-primary AM-btn-sm" data-placement="top" data-singleton="true" href="@Url.Action("ImpersonateUserById", "UserManage", new {itemId = item.UserId})"> |
| 226 | + <a data-hint="Delete" class="confirm AM-btn AM-btn-primary AM-btn-sm" data-placement="top" data-singleton="true" href="@Url.Action("ImpersonateUserById", "UserManage", new {itemId = item.UserId})" |
| 227 | + data-toggle="tooltip" data-placement="top" title="@Localization.GetString("ImpersonateUser", @ResourceFile)"> |
225 | 228 | <span class="fas fa-eye color-white" aria-hidden="true"></span>
|
226 | 229 | </a>
|
227 | 230 | </span>
|
|
258 | 261 | var deleteUnauthorizedText = '@DotNetNuke.Services.Localization.Localization.GetString("DeleteUnauthorized.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Index.resx")';
|
259 | 262 | var removeDeleteText = '@DotNetNuke.Services.Localization.Localization.GetString("RemoveDelete.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Index.resx")';
|
260 | 263 | var impersonateText = '@DotNetNuke.Services.Localization.Localization.GetString("Impersonate.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Impersonate.resx")';
|
261 |
| - var impersonateAnotherUserAccountConfirmation = '@DotNetNuke.Services.Localization.Localization.GetString("ImpersonateAnotherUserAccountConfirmation.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Impersonate.resx")'; |
262 |
| - var impersonateAnotherUserAccountConfirmationAlert = '@DotNetNuke.Services.Localization.Localization.GetString("ImpersonateAnotherUserAccountConfirmationAlert.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Impersonate.resx")'; |
| 264 | + var impersonateAnotherUserAccountConfirmation = '@Html.Raw(DotNetNuke.Services.Localization.Localization.GetString("ImpersonateAnotherUserAccountConfirmation.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Impersonate.resx"))'; |
| 265 | + var impersonateAnotherUserAccountConfirmationAlert = '@Html.Raw(DotNetNuke.Services.Localization.Localization.GetString("ImpersonateAnotherUserAccountConfirmationAlert.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Impersonate.resx"))'; |
263 | 266 | var areYouSure = '@DotNetNuke.Services.Localization.Localization.GetString("AreYouSure.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Impersonate.resx")';
|
264 | 267 | var cancel = '@DotNetNuke.Services.Localization.Localization.GetString("Cancel.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Shared.resx")';
|
265 | 268 | var deleteBtnText = '@DotNetNuke.Services.Localization.Localization.GetString("Delete.Text", "~/DesktopModules/MVC/Upendo.Modules.UserManager/App_LocalResources/Shared.resx")';
|
|
0 commit comments