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/RMourik/bassol.nl/CMS/CMSModules/DeviceProfile/Controls/ProfilesMenuControl.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ProfilesMenuControl.ascx.cs"
    Inherits="CMSModules_DeviceProfile_Controls_ProfilesMenuControl" %>
<%@ Register Src="~/CMSAdminControls/UI/UniMenu/UniMenuButtons.ascx" TagName="UniMenuButtons"
    TagPrefix="cms" %>
<asp:PlaceHolder ID="plcBigButton" runat="server" Visible="false">
    <div class="ActionButtons">
        <cms:UniMenuButtons ID="buttons" ShortID="b" runat="server" EnableViewState="false"
            AllowSelection="false" />
    </div>
</asp:PlaceHolder>
<asp:PlaceHolder ID="plcSmallButton" runat="server" Visible="false">
    <cms:CMSSelectableToggleButton runat="server" ID="btnProfilesSelector" EnableViewState="False" ShortID="ps" CssClass="device-profile-menu" DropDownItemsAlignment="Right" />
    <cms:CMSButtonGroup ID="rotationButtons" runat="server" Visible="false" CssClass="device-rotation" />
</asp:PlaceHolder>