<%@ MasterClass="Application.Portlets.ConfigurationPanel"%>
 <com:TContent ID="ConfigurationWindowContent">
+       <com:TActivePanel DefaultButton="Apply.ApplyChanges">
                <strong><%[ Client name: ]%> <com:TActiveLabel ID="ClientName" /><com:TActiveLabel ID="ClientIdentifier" Visible="false" /></strong><br />
                <com:TActiveLabel ID="ClientDescription" Style="font-style: italic; font-size: 12px"/>
                <hr />
                <div class="button">
                        <com:Application.Portlets.BActiveButton ValidationGroup="ClientGroup" CausesValidation="true" ID="Apply" Text="<%[ Apply ]%>" />
                </div>
+       </com:TActivePanel>
 </com:TContent>
 
 <div id="<%=$this->ClientID%>configuration" class="configuration">
        <div id="<%=$this->ClientID%>configuration-window-container" class="configuration-window-container">
-               <com:TActivePanel DefaultButton="ApplyChanges" CssClass="configuration-window-content">
+               <com:TActivePanel ID="ConfigurationWindowBox" CssClass="configuration-window-content">
                        <com:TImageButton ImageUrl="<%=$this->getPage()->getTheme()->getBaseUrl()%>/icon_close.png" ImageAlign="right" Attributes.onclick="ConfigurationWindow<%=$this->ClientID%>.hide(); return false;" ToolTip="<%[ Close]%>" />
                        <com:TContentPlaceHolder ID="ConfigurationWindowContent" />
+
                </com:TActivePanel>
        </div>
 </div>
 
 <%@ MasterClass="Application.Portlets.ConfigurationPanel"%>
 <com:TContent ID="ConfigurationWindowContent">
+       <com:TActivePanel DefaultButton="Run.ApplyChanges">
                <strong><%[ Job name: ]%> <com:TActiveLabel ID="JobName" /><com:TActiveLabel ID="JobID" Visible="false" /></strong>
                <hr />
                <com:TValidationSummary
                <div class="button">
                        <com:Application.Portlets.BActiveButton ID="Estimate" Text="<%[ Estimate job ]%>" />
                </div>
+       </com:TActivePanel>
 </com:TContent>
 
 <%@ MasterClass="Application.Portlets.ConfigurationPanel"%>
 <com:TContent ID="ConfigurationWindowContent">
+       <com:TActivePanel DefaultButton="Run.ApplyChanges">
                <strong><%[ Job name: ]%> <com:TActiveLabel ID="JobName" /><com:TActiveLabel ID="JobID" Visible="false" /></strong>
                <hr />
                <com:TValidationSummary
                <div class="button">
                        <com:Application.Portlets.BActiveButton ID="Estimate" Text="<%[ Estimate job ]%>" />
                </div>
+       </com:TActivePanel>
 </com:TContent>
 
 <%@ MasterClass="Application.Portlets.ConfigurationPanel"%>
 <com:TContent ID="ConfigurationWindowContent">
+       <com:TActivePanel DefaultButton="Apply.ApplyChanges">
                <strong><%[ Pool name: ]%> <com:TActiveLabel ID="PoolName" /><com:TActiveLabel ID="PoolID" Visible="false" /></strong><br />
                <hr />
                <com:TValidationSummary
                        <com:Application.Portlets.BActiveButton ID="UpdateVolumes" Text="<%[ Update volumes ]%>" /> 
                        <com:Application.Portlets.BActiveButton ID="Apply" ValidationGroup="PoolGroup" CausesValidation="true" Text="<%[ Apply ]%>" />
                </div>
+       </com:TActivePanel>
 </com:TContent>
 
 <%@ MasterClass="Application.Portlets.ConfigurationPanel"%>
 <com:TContent ID="ConfigurationWindowContent">
+       <com:TActivePanel DefaultButton="Apply.ApplyChanges">
                <strong><%[ Volume name: ]%> <com:TActiveLabel ID="VolumeName" /><com:TActiveLabel ID="VolumeID" Visible="false" /></strong>
                <hr />
                <com:TValidationSummary
                <div class="button">
                        <com:Application.Portlets.BActiveButton ID="Purge" Text="<%[ Purge ]%>" /> <com:Application.Portlets.BActiveButton ID="Prune" Text="<%[ Prune ]%>" /> <com:Application.Portlets.BActiveButton ValidationGroup="VolumeGroup" CausesValidation="true" ID="Apply" Text="<%[ Apply ]%>" />
                </div>
+       </com:TActivePanel>
 </com:TContent>