HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/TDijk1/erp-apps.eu/wwwroot/CMSModules/Widgets/Controls/WidgetSecurity.ascx
<%@ Control Language="C#" AutoEventWireup="true" Inherits="CMSModules_Widgets_Controls_WidgetSecurity"
     CodeFile="WidgetSecurity.ascx.cs" %>
<%@ Register Src="~/CMSAdminControls/UI/UniGrid/UniMatrix.ascx" TagName="UniMatrix"
    TagPrefix="cms" %>
<%@ Register Src="~/CMSFormControls/Sites/SiteSelector.ascx" TagName="SiteSelector"
    TagPrefix="cms" %>
<asp:Literal ID="ltlScript" runat="server" EnableViewState="false" />
<cms:LocalizedLabel runat="server" ID="lblInfo" CssClass="InfoLabel" EnableViewState="false"
    Visible="false" />
<asp:Table runat="server" ID="tblMatrix" CssClass="table table-hover permission-matrix"
    CellPadding="-1" CellSpacing="-1" EnableViewState="false">
    <asp:TableRow CssClass="matrix-header">
        <asp:TableCell>
            <cms:LocalizedLabel ID="lblUsedInGroupZones" runat="server" ResourceString="widgets.security.usedingroupzones"
                EnableViewState="false" />
        </asp:TableCell><asp:TableCell CssClass="security-matrix-checkbox">
            <cms:CMSCheckBox runat="server" ID="chkUsedInGroupZones" />
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow CssClass="matrix-header">
        <asp:TableCell>
            <cms:LocalizedLabel ID="lblUsedInEditorZones" runat="server" ResourceString="widgets.security.usedineditorzones"
                EnableViewState="false"></cms:LocalizedLabel>
        </asp:TableCell>
        <asp:TableCell CssClass="security-matrix-checkbox">
            <cms:CMSCheckBox runat="server" ID="chkUsedInEditorZones" />
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow CssClass="matrix-header">
        <asp:TableCell>
            <cms:LocalizedLabel ID="lblUsedInUserZones" runat="server" ResourceString="widgets.security.usedinuserzones"
                EnableViewState="false"></cms:LocalizedLabel>
        </asp:TableCell>
        <asp:TableCell CssClass="security-matrix-checkbox">
            <cms:CMSCheckBox runat="server" ID="chkUsedInUserZones" />
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow CssClass="matrix-header">
        <asp:TableCell>
            <cms:LocalizedLabel ID="lblUsedInDashboard" runat="server" ResourceString="widgets.security.usedindashboardzones"
                EnableViewState="false"></cms:LocalizedLabel>
        </asp:TableCell>
        <asp:TableCell CssClass="security-matrix-checkbox">
            <cms:CMSCheckBox runat="server" ID="chkUsedInDashboard" />
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow CssClass="matrix-header">
        <asp:TableCell>
            <cms:LocalizedLabel ID="lblUsedAsInlineWidget" runat="server" ResourceString="widgets.security.usedasinline"
                EnableViewState="false"></cms:LocalizedLabel>
        </asp:TableCell>
        <asp:TableCell CssClass="security-matrix-checkbox">
            <cms:CMSCheckBox runat="server" ID="chkUsedAsInlineWidget" />
        </asp:TableCell>
    </asp:TableRow>
    <asp:TableRow>
        <asp:TableCell ColumnSpan="2">&nbsp;</asp:TableCell>
    </asp:TableRow>
</asp:Table>
<div class="form-horizontal form-filter">
    <div class="form-group">
        <cms:LocalizedLabel ID="lblRolesInfo" runat="server" ResourceString="SecurityMatrix.RolesAvailability"
        Visible="false" EnableViewState="false" />
    </div>
    <div class="form-group">
        <div class="editing-form-label-cell">
            <cms:LocalizedLabel ID="lblSite" runat="server" ResourceString="general.site" DisplayColon="true"
                EnableViewState="false" AssociatedControlID="siteSelector" CssClass="control-label" />
        </div>
        <div class="editing-form-value-cell">
            <cms:SiteSelector ID="siteSelector" runat="server" AllowAll="false" OnlyRunningSites="false"
                IsLiveSite="false" />
        </div>
    </div>
</div>
<cms:CMSUpdatePanel ID="pnlUpdate" runat="server" UpdateMode="Conditional">
    <ContentTemplate>
        <cms:UniMatrix ID="gridMatrix" runat="server" QueryName="cms.widgetrole.getpermissionmatrix"
            RowItemIDColumn="RoleID" ColumnItemIDColumn="PermissionID" RowItemCodeNameColumn="RoleName" RowItemDisplayNameColumn="RoleDisplayName"
            ColumnItemDisplayNameColumn="PermissionDisplayName" RowTooltipColumn="RowDisplayName" FirstColumnClass="first-column"
            ColumnItemTooltipColumn="PermissionDescription" ColumnTooltipColumn="PermissionDescription" ItemTooltipColumn="PermissionDescription" MaxFilterLength="100" />
    </ContentTemplate>
</cms:CMSUpdatePanel>