|
57 | 57 | <Button Name="RefreshButton" Access="Public" Text="{Loc admin-logs-refresh}" StyleClasses="ButtonSquare"/>
|
58 | 58 | <Button Name="NextButton" Access="Public" Text="{Loc admin-logs-next}" StyleClasses="OpenLeft"/>
|
59 | 59 | </BoxContainer>
|
60 |
| - <BoxContainer Orientation="Horizontal"> |
61 |
| - <Label Text="От:" /> |
62 |
| - <LineEdit Name="LowerBoundEditHours" MinWidth="32" /> |
63 |
| - <Label Text=":" /> |
64 |
| - <LineEdit Name="LowerBoundEditMinutes" MinWidth="32" /> |
65 |
| - <Label Text=":" /> |
66 |
| - <LineEdit Name="LowerBoundEditSeconds" MinWidth="32" /> |
67 |
| - <Label Name="DelayInfo" Text=" (hh:mm:ss)" /> |
68 |
| - </BoxContainer> |
69 |
| - <BoxContainer Orientation="Horizontal"> |
70 |
| - <Label Text="До:" /> |
71 |
| - <LineEdit Name="UpperBoundEditHours" MinWidth="32" /> |
72 |
| - <Label Text=":" /> |
73 |
| - <LineEdit Name="UpperBoundEditMinutes" MinWidth="32" /> |
74 |
| - <Label Text=":" /> |
75 |
| - <LineEdit Name="UpperBoundEditSeconds" MinWidth="32" /> |
| 60 | + <BoxContainer Name="EffectsContainer" HorizontalExpand="True"> |
| 61 | + <Collapsible Orientation="Vertical"> |
| 62 | + <CollapsibleHeading Title="Временной фильтр"/> |
| 63 | + <CollapsibleBody> |
| 64 | + <BoxContainer Orientation="Vertical"> |
| 65 | + <BoxContainer Orientation="Horizontal"> |
| 66 | + <Label Text="От: " /> |
| 67 | + <LineEdit Name="LowerBoundEditHours" MinWidth="32" /> |
| 68 | + <Label Text=":" /> |
| 69 | + <LineEdit Name="LowerBoundEditMinutes" MinWidth="32" /> |
| 70 | + <Label Text=":" /> |
| 71 | + <LineEdit Name="LowerBoundEditSeconds" MinWidth="32" /> |
| 72 | + <Label Name="DelayInfo" Text=" (hh:mm:ss)" /> |
| 73 | + </BoxContainer> |
| 74 | + <BoxContainer Orientation="Horizontal"> |
| 75 | + <Label Text="До: " /> |
| 76 | + <LineEdit Name="UpperBoundEditHours" MinWidth="32" /> |
| 77 | + <Label Text=":" /> |
| 78 | + <LineEdit Name="UpperBoundEditMinutes" MinWidth="32" /> |
| 79 | + <Label Text=":" /> |
| 80 | + <LineEdit Name="UpperBoundEditSeconds" MinWidth="32" /> |
| 81 | + </BoxContainer> |
| 82 | + </BoxContainer> |
| 83 | + </CollapsibleBody> |
| 84 | + </Collapsible> |
76 | 85 | </BoxContainer>
|
77 | 86 | <ScrollContainer Name="AdminLogsScrollContainer" Access="Public" VerticalExpand="True" HorizontalExpand="True" HScrollEnabled="False">
|
78 | 87 | <TextEdit Name="AdminLogsTextEdit" Access="Public" VerticalExpand="True"/>
|
|
0 commit comments