111
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
</f:GroupPanel>
|
||||
<f:Panel runat="server" Layout="HBox" ShowHeader="false" ShowBorder="false">
|
||||
<Items>
|
||||
<f:GroupPanel ID="GroupPanel8" Title="Business Closure" runat="server" EnableCollapse="true" Width="400px">
|
||||
<f:GroupPanel ID="GroupPanel8" Title="Business Closure" runat="server" EnableCollapse="true" Width="300px">
|
||||
<Items>
|
||||
<f:Form ID="Form9" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||||
@@ -217,7 +217,7 @@
|
||||
</Items>
|
||||
</f:GroupPanel>
|
||||
<f:Label runat="server" Width="10px"></f:Label>
|
||||
<f:GroupPanel ID="GroupPanel10" Title="Project Cancel" runat="server" EnableCollapse="true" Width="400px">
|
||||
<f:GroupPanel ID="GroupPanel10" Title="Project Cancel" runat="server" EnableCollapse="true" Width="300px">
|
||||
<Items>
|
||||
<f:Form ID="Form10" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||||
@@ -225,7 +225,6 @@
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtCancelDate" runat="server" Label="Cancel Date" LabelWidth="120px" ></f:DatePicker>
|
||||
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
@@ -233,7 +232,22 @@
|
||||
</Items>
|
||||
</f:GroupPanel>
|
||||
<f:Label runat="server" Width="10px"></f:Label>
|
||||
<f:GroupPanel ID="GroupPanel9" runat="server" EnableCollapse="true" Width="400px">
|
||||
<f:GroupPanel ID="GroupPanel11" Title="Project Hold" runat="server" EnableCollapse="true" Width="300px">
|
||||
<Items>
|
||||
<f:Form ID="Form13" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtHold" runat="server" Label="Hold Date" LabelWidth="120px"></f:DatePicker>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
</f:Form>
|
||||
</Items>
|
||||
</f:GroupPanel>
|
||||
<f:Label runat="server" Width="10px"></f:Label>
|
||||
<f:GroupPanel ID="GroupPanel9" runat="server" EnableCollapse="true" Width="300px">
|
||||
<Items>
|
||||
<f:Form ID="Form11" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||||
|
||||
Reference in New Issue
Block a user