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/Content/Controls/VersionList.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="VersionList.ascx.cs" Inherits="CMSModules_Content_Controls_VersionList" %>
<%@ Register TagPrefix="cms" TagName="UniGrid" Src="~/CMSAdminControls/UI/UniGrid/UniGrid.ascx" %>
<table width="100%">
    <asp:PlaceHolder ID="plcLabels" runat="server">
        <tr>
            <td colspan="2">
                <cms:MessagesPlaceHolder ID="plcMess" runat="server" />
            </td>
        </tr>
    </asp:PlaceHolder>
    <tr>
        <td>
            <cms:LocalizedHeading ID="headHistory" runat="server" Level="4" ResourceString="VersionsProperties.History"
                EnableViewState="false" />
        </td>
        <td class="TextRight">
            <cms:LocalizedButton ID="btnDestroy" runat="server" ButtonStyle="Default" OnClick="btnDestroy_Click"
                OnClientClick="return confirm(varConfirmDestroy);" ResourceString="VersionsProperties.Clear" />
        </td>
    </tr>
    <tr>
        <td colspan="2">
            <cms:UniGrid ID="gridHistory" runat="server" OrderBy="VersionHistoryID DESC" />
        </td>
    </tr>
</table>