@using Leica.Spider.BusinessCenter.WCFInterfaces @using Leica.Spider.BusinessCenter.Frontend.Utils @model Leica.Spider.BusinessCenter.Frontend.Models.Settings.UserInterfacePreferencesViewModel @{ ViewBag.Title = Lang.Raw("IDS_MENU_ITEM_UI_PREFERENCES"); var isEditDisabled = ViewBag.UserRole == UserPrivileges.SupportViewer || ViewBag.UserRole == UserPrivileges.Operator || !Application.IsClmValid ? "disabled" : ""; } @section styles { @Styles.Render("~/Content/Leaflet/all") @Styles.Render("~/Styles/Admin/UIPreferences/Index") } @section scripts { @Scripts.Render("~/bundles/PendingChanges") @Scripts.Render("~/bundles/jqueryval") @Scripts.Render("~/Scripts/Admin/UIPreferences/Index") @Scripts.Render("~/bundles/ShowPassword") }