ref 18815: Accounting Dashboard Reminiscence
https://support.d4science.org/issues/18815 Added detachedres-library
This commit is contained in:
parent
3e0c975f91
commit
e368c174dd
|
@ -16,7 +16,7 @@
|
||||||
styleName="{res.uiDataCss.uiDataFiltersPeriodPanel}">
|
styleName="{res.uiDataCss.uiDataFiltersPeriodPanel}">
|
||||||
<b:Form type="HORIZONTAL" styleName="{res.uiDataCss.uiDataFiltersFormPanel}">
|
<b:Form type="HORIZONTAL" styleName="{res.uiDataCss.uiDataFiltersFormPanel}">
|
||||||
<b:Fieldset>
|
<b:Fieldset>
|
||||||
<b:ControlGroup>
|
<b:ControlGroup styleName="{res.uiDataCss.uiDataFiltersControlGroup}">
|
||||||
<b:ControlLabel width="70px" for="fromPeriod">From:</b:ControlLabel>
|
<b:ControlLabel width="70px" for="fromPeriod">From:</b:ControlLabel>
|
||||||
<b:Controls styleName="{res.uiDataCss.uiDataFiltersControls}">
|
<b:Controls styleName="{res.uiDataCss.uiDataFiltersControls}">
|
||||||
<b:ListBox ui:field="yearStart" width="104px" b:id="yearStart">
|
<b:ListBox ui:field="yearStart" width="104px" b:id="yearStart">
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<b:HelpBlock>Select the start date</b:HelpBlock>
|
<b:HelpBlock>Select the start date</b:HelpBlock>
|
||||||
</b:Controls>
|
</b:Controls>
|
||||||
</b:ControlGroup>
|
</b:ControlGroup>
|
||||||
<b:ControlGroup>
|
<b:ControlGroup styleName="{res.uiDataCss.uiDataFiltersControlGroup}">
|
||||||
<b:ControlLabel width="70px" for="endPeriod">To:</b:ControlLabel>
|
<b:ControlLabel width="70px" for="endPeriod">To:</b:ControlLabel>
|
||||||
<b:Controls styleName="{res.uiDataCss.uiDataFiltersControls}">
|
<b:Controls styleName="{res.uiDataCss.uiDataFiltersControls}">
|
||||||
<b:ListBox ui:field="yearEnd" width="104px" b:id="yearEnd">
|
<b:ListBox ui:field="yearEnd" width="104px" b:id="yearEnd">
|
||||||
|
@ -36,14 +36,11 @@
|
||||||
<b:HelpBlock>Select the end date</b:HelpBlock>
|
<b:HelpBlock>Select the end date</b:HelpBlock>
|
||||||
</b:Controls>
|
</b:Controls>
|
||||||
</b:ControlGroup>
|
</b:ControlGroup>
|
||||||
<b:ControlGroup>
|
<b:ControlGroup styleName="{res.uiDataCss.uiDataFiltersControlGroup}">
|
||||||
<b:ControlLabel width="70px" for="detachedREs">Detached:</b:ControlLabel>
|
<b:ControlLabel width="70px" for="detachedREs">Detached:</b:ControlLabel>
|
||||||
<b:Controls styleName="{res.uiDataCss.uiDataFiltersControls}">
|
<b:Controls styleName="{res.uiDataCss.uiDataFiltersControls}">
|
||||||
<!-- <b:ButtonGroup toggle="radio"> -->
|
|
||||||
<b:RadioButton ui:field="btnShowDetachedREs" text="Show" />
|
<b:RadioButton ui:field="btnShowDetachedREs" text="Show" />
|
||||||
<b:RadioButton ui:field="btnHideDetachedREs" text="Hide" />
|
<b:RadioButton ui:field="btnHideDetachedREs" text="Hide" />
|
||||||
<!-- </b:ButtonGroup> -->
|
|
||||||
|
|
||||||
<b:HelpBlock>Show Detached REs</b:HelpBlock>
|
<b:HelpBlock>Show Detached REs</b:HelpBlock>
|
||||||
</b:Controls>
|
</b:Controls>
|
||||||
</b:ControlGroup>
|
</b:ControlGroup>
|
||||||
|
|
|
@ -29,6 +29,8 @@ public interface AppResources extends ClientBundle {
|
||||||
|
|
||||||
String uiDataFiltersFormPanel();
|
String uiDataFiltersFormPanel();
|
||||||
|
|
||||||
|
String uiDataFiltersControlGroup();
|
||||||
|
|
||||||
String uiDataFiltersControls();
|
String uiDataFiltersControls();
|
||||||
|
|
||||||
String uiDataExploreTree();
|
String uiDataExploreTree();
|
||||||
|
|
|
@ -40,6 +40,10 @@
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.uiDataFiltersControlGroup {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.uiDataFiltersControls {
|
.uiDataFiltersControls {
|
||||||
margin-left: 80px;
|
margin-left: 80px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue