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/wwwroot/CMSModules/Settings/Controls/SettingsGroupViewer.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="SettingsGroupViewer.ascx.cs" Inherits="CMSModules_Settings_Controls_SettingsGroupViewer" %>
<cms:LocalizedLabel ID="lblNoData" runat="server" CssClass="InfoLabel" EnableViewState="false" Visible="false" ResourceString="settingskey.nodata" />
<div class="form-horizontal">
    <script type="text/javascript">
        // Reloads the category tree with the URL parameters to select the required category
        function selectCategory(categoriesUrl) {
            if ((window.parent != null) && (window.parent.frames['categories'] != null)) {
                var categoriesFrame = window.parent.frames['categories'];
                categoriesFrame.window.location.href = categoriesUrl;
                return true;
            }
            return false;
        }
    </script>
    <cms:CMSPlaceHolder ID="plcContent" runat="server" />
</div>