<div class="w3-row">
<div class="w3-quarter w3-container">
<%[ Slot number: ]%>
- <com:TActiveTextBox ID="Slot" AutoPostBack="false" Text="0" MaxLength="3" CssClass="w3-input" />
+ <com:TActiveTextBox ID="Slot" AutoPostBack="false" Text="0" MaxLength="3" CssClass="w3-input smallbox" />
<com:TDataTypeValidator ID="SlotValidator" ValidationGroup="AutoChangerGroup" ControlToValidate="Slot" ErrorMessage="<%[ Slot number must be integer. ]%>" Display="None" DataType="Integer" />
</div>
</div>
<div class="w3-row">
<div class="w3-quarter w3-container">
<label><%[ Drive number: ]%></label>
- <com:TActiveTextBox ID="Drive" AutoPostBack="false" Text="0" MaxLength="3" CssClass="w3-input" />
+ <com:TActiveTextBox ID="Drive" AutoPostBack="false" Text="0" MaxLength="3" CssClass="w3-input smallbox" />
<com:TDataTypeValidator ID="DriveValidator" ValidationGroup="AutoChangerGroup" ControlToValidate="Drive" ErrorMessage="<%[ Drive number must be integer. ]%>" Display="None" DataType="Integer" />
</div>
</div>
<div class="w3-row">
<div class="w3-quarter w3-container">
<%[ Slot number: ]%>
- <com:TActiveTextBox ID="Slot" AutoPostBack="false" Text="0" MaxLength="3" CssClass="w3-input" />
+ <com:TActiveTextBox ID="Slot" AutoPostBack="false" Text="0" MaxLength="3" CssClass="w3-input smallbox" />
<com:TDataTypeValidator ID="SlotValidator" ValidationGroup="AutoChangerGroup" ControlToValidate="Slot" ErrorMessage="<%[ Slot number must be integer. ]%>" Display="None" DataType="Integer" />
</div>
</div>
<div class="w3-row w3-section">
<div class="w3-col w3-quarter"><%[ Retention period (in hours): ]%></div>
<div class="w3-half">
- <com:TActiveTextBox ID="RetentionPeriod" AutoPostBack="false" CssClass="w3-input w3-border" />
+ <com:TActiveTextBox ID="RetentionPeriod" AutoPostBack="false" CssClass="w3-input w3-border smallbox" />
<com:TDataTypeValidator
ValidationGroup="VolumeGroup"
ControlToValidate="RetentionPeriod"
<div class="w3-row w3-section">
<div class="w3-col w3-quarter"><%[ Vol. use duration (in hours): ]%></div>
<div class="w3-half">
- <com:TActiveTextBox ID="UseDuration" AutoPostBack="false" CssClass="w3-input w3-border" />
+ <com:TActiveTextBox ID="UseDuration" AutoPostBack="false" CssClass="w3-input w3-border smallbox" />
<com:TDataTypeValidator
ValidationGroup="VolumeGroup"
ControlToValidate="UseDuration"
<div class="w3-row w3-section">
<div class="w3-col w3-quarter"><%[ Max. vol. jobs: ]%></div>
<div class="w3-half">
- <com:TActiveTextBox ID="MaxVolJobs" AutoPostBack="false" CssClass="w3-input w3-border" />
+ <com:TActiveTextBox ID="MaxVolJobs" AutoPostBack="false" CssClass="w3-input w3-border smallbox" />
<com:TDataTypeValidator
ValidationGroup="VolumeGroup"
ControlToValidate="MaxVolJobs"
<div class="w3-row w3-section">
<div class="w3-col w3-quarter"><%[ Max. vol. files: ]%></div>
<div class="w3-half">
- <com:TActiveTextBox ID="MaxVolFiles" AutoPostBack="false" CssClass="w3-input w3-border" />
+ <com:TActiveTextBox ID="MaxVolFiles" AutoPostBack="false" CssClass="w3-input w3-border smallbox" />
<com:TDataTypeValidator
ValidationGroup="VolumeGroup"
ControlToValidate="MaxVolFiles"
<div class="w3-row w3-section">
<div class="w3-col w3-quarter"><%[ Max. vol. bytes: ]%></div>
<div class="w3-half">
- <com:TActiveTextBox ID="MaxVolBytes" AutoPostBack="false" CssClass="w3-input w3-border" />
+ <com:TActiveTextBox ID="MaxVolBytes" AutoPostBack="false" CssClass="w3-input w3-border smallbox" />
<com:TDataTypeValidator
ValidationGroup="VolumeGroup"
ControlToValidate="MaxVolBytes"
<div class="w3-row w3-section">
<div class="w3-col w3-quarter"><%[ Slot number: ]%></div>
<div class="w3-half">
- <com:TActiveTextBox ID="Slot" AutoPostBack="false" CssClass="w3-input w3-border" />
+ <com:TActiveTextBox ID="Slot" AutoPostBack="false" CssClass="w3-input w3-border smallbox" />
<com:TDataTypeValidator
ValidationGroup="VolumeGroup"
ControlToValidate="Slot"
ItemRenderer="Application.Web.Portlets.FileSetOptionRenderer"
>
<prop:HeaderTemplate>
- <div class="w3-card-4 w3-padding w3-margin-bottom directive">
+ <div class="w3-border w3-padding w3-margin-bottom directive">
<h2><%[ Options ]%></h2>
</prop:HeaderTemplate>
<prop:FooterTemplate>
</com:TActiveRepeater>
<com:TActiveRepeater ID="RepeaterFileSetInclude" ItemRenderer="Application.Web.Portlets.DirectiveRenderer" CssClass="incexc_item">
<prop:HeaderTemplate>
- <div class="w3-card-4 w3-padding w3-margin-bottom directive include_file">
+ <div class="w3-border w3-padding w3-margin-bottom directive include_file">
<h3><%[ Files ]%></h3>
</prop:HeaderTemplate>
<prop:FooterTemplate>
</com:TActiveRepeater>
<com:TActiveRepeater ID="RepeaterFileSetPlugin" ItemRenderer="Application.Web.Portlets.DirectiveRenderer" CssClass="incexc_item">
<prop:HeaderTemplate>
- <div class="w3-card-4 w3-padding w3-margin-bottom directive include_plugin">
+ <div class="w3-border w3-padding w3-margin-bottom directive include_plugin">
<h3><%[ Plugins ]%></h3>
</prop:HeaderTemplate>
<prop:FooterTemplate>
<h2><%[ Include files to FileSet]%></h2>
<com:Application.Web.Portlets.FileSetBrowser ID="FSBrowser" />
<com:TCallback ID="NewIncExcFile" OnCallback="newIncludeExcludeFile" />
- <div class="w3-center">
+ <div class="w3-center w3-margin-top">
<button type="button" class="w3-button w3-red" onclick="document.getElementById('<%=$this->FSBrowser->ClientID%>fileset_browser').style.display = 'none'"><i class="fa fa-times"></i> <%[ Cancel ]%></button>
<a class="w3-button w3-green button_fixed" onclick="set_include_exclude<%=$this->FSBrowser->ClientID%>(); document.getElementById('<%=$this->FSBrowser->ClientID%>fileset_browser').style.display = 'none'">
<i class="fa fa-check"></i> <%[ Apply file selection ]%></a>
-<button type="button" class="w3-button w3-green" onmousedown="openElementOnCursor(event, '<%=$this->RunscriptMenu->ClientID%>_new_runscript', 0, 20);"><i class="fa fa-plus"></i> <%[ Add ]%></button>
+<button type="button" class="w3-button w3-green w3-margin-bottom" onmousedown="openElementOnCursor(event, '<%=$this->RunscriptMenu->ClientID%>_new_runscript', 0, 20);"><i class="fa fa-plus"></i> <%[ Add ]%></button>
<com:Application.Web.Portlets.NewRunscriptMenu ID="RunscriptMenu" />
<com:TActiveRepeater ID="RepeaterRunscriptOptions" ItemRenderer="Application.Web.Portlets.JobRunscriptRenderer">
<prop:HeaderTemplate>
-<button type="button" class="w3-button w3-green" onmousedown="openElementOnCursor(event, '<%=$this->RunscriptMenu->ClientID%>_new_schedule', 0, 20);"><i class="fa fa-plus"></i> <%[ Add ]%></button>
+<button type="button" class="w3-button w3-green w3-margin-bottom" onmousedown="openElementOnCursor(event, '<%=$this->RunscriptMenu->ClientID%>_new_schedule', 0, 20);"><i class="fa fa-plus"></i> <%[ Add ]%></button>
<com:Application.Web.Portlets.NewScheduleMenu ID="RunscriptMenu" />
<com:TActiveRepeater ID="RepeaterScheduleRuns" OnItemDataBound="createRunItem">
<prop:ItemTemplate>