Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
bz-996869: Page navigation buttons inconsistent through the GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jervis Liu committed Oct 1, 2013
1 parent 92c1b99 commit 88477a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Expand Up @@ -18,12 +18,12 @@
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:gwt='urn:import:com.google.gwt.user.client.ui'
xmlns:b='urn:import:com.github.gwtbootstrap.client.ui'
xmlns:uf='urn:import:org.uberfire.client.workbench.widgets.tables'>
xmlns:gb='urn:import:com.github.gwtbootstrap.client.ui'>

<gwt:VerticalPanel>
<gwt:ToggleButton ui:field="columnPickerButton"/>
<b:CellTable ui:field="cellTable"/>
<uf:UberfireSimplePager ui:field="pager"/>
<gb:SimplePager location="LEFT" ui:field="pager"/>
</gwt:VerticalPanel>

</ui:UiBinder>
Expand Up @@ -18,15 +18,16 @@
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:gwt='urn:import:com.google.gwt.user.client.ui'
xmlns:b='urn:import:com.github.gwtbootstrap.client.ui'
xmlns:uf='urn:import:org.uberfire.client.tables'>
xmlns:gb='urn:import:com.github.gwtbootstrap.client.ui'>


<gwt:VerticalPanel>
<gwt:HorizontalPanel>
<gwt:Button ui:field="refreshButton" text='Refresh'/>
<gwt:ToggleButton ui:field="columnPickerButton"/>
</gwt:HorizontalPanel>
<b:CellTable ui:field="cellTable"/>
<uf:UberfireSimplePager ui:field="pager"/>
<gb:SimplePager location="LEFT" ui:field="pager"/>
</gwt:VerticalPanel>

</ui:UiBinder>
Expand Up @@ -18,7 +18,7 @@
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:gwt='urn:import:com.google.gwt.user.client.ui'
xmlns:cellview='urn:import:com.google.gwt.user.cellview.client'
xmlns:uf='urn:import:org.uberfire.client.tables'>
xmlns:gb='urn:import:com.github.gwtbootstrap.client.ui'>

<gwt:VerticalPanel>
<gwt:HorizontalPanel>
Expand All @@ -27,7 +27,7 @@
<gwt:ToggleButton ui:field="columnPickerButton"/>
</gwt:HorizontalPanel>
<cellview:CellTable ui:field="cellTable"/>
<uf:UberfireSimplePager ui:field="pager"/>
<gb:SimplePager location="LEFT" ui:field="pager"/>
</gwt:VerticalPanel>

</ui:UiBinder>

0 comments on commit 88477a7

Please sign in to comment.