blob: 84e42fa2f0bcd3144224f0acbb1643c52b13ef5c [file] [log] [blame]
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
<<<<<<< HEAD
<<<<<<< HEAD
xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:c='urn:import:com.google.gwt.user.cellview.client'>
<ui:style>
.moveMessage {
position:absolute;
right:20px;
}
</ui:style>
<g:HorizontalPanel>
<c:SimplePager ui:field="simplePager" />
<g:SimplePanel ui:field="labelsPanel" addStyleNames="{style.moveMessage}">
<g:ListBox ui:field="labels"></g:ListBox>
<<<<<<< HEAD
</g:SimplePanel>
</g:HorizontalPanel>
=======
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<g:HTMLPanel>MessageListFooter
</g:HTMLPanel>
>>>>>>> make login page as one part of the overall layout & splite layout to little one
=======
xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:c='urn:import:com.google.gwt.user.cellview.client'>
<ui:style>
.moveMessage {
position:absolute;
right:20px;
}
</ui:style>
<g:HorizontalPanel>
<c:SimplePager ui:field="simplePager" />
<<<<<<< HEAD
</g:SimplePanel>
>>>>>>> make message list view panel work as expected partly
=======
<g:SimplePanel addStyleNames="{style.moveMessage}">
<g:HTML>Hello</g:HTML>
=======
>>>>>>> fixed issue#85, can move one message now in DEMO mode, while not test in Gmail mode
</g:SimplePanel>
</g:HorizontalPanel>
>>>>>>> remove deprecated code
</ui:UiBinder>