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

Commit

Permalink
rhbz844820 - reformat and clean up xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Aug 23, 2012
1 parent 26e35c2 commit 33a7b43
Showing 1 changed file with 34 additions and 40 deletions.
@@ -1,8 +1,6 @@
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
ui:generateLocales="en">
xmlns:g="urn:import:com.google.gwt.user.client.ui">

<ui:style>
.container {
Expand Down Expand Up @@ -48,43 +46,39 @@
</ui:style>
<g:VerticalPanel styleName="{style.container}">
<g:Label ui:field="headerLabel" styleName="{style.header}"/>

<g:ScrollPanel styleName="{style.scrollSection}">
<g:LayoutPanel ui:field="contentPanel" styleName="{style.content}">
<g:layer width="100%">
<g:VerticalPanel height="100%">
<g:HorizontalPanel>
<g:Label ui:field="resIdLabel" styleName="{style.tuDetailsLabel}" />
<g:Label ui:field="resId" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>
<g:HorizontalPanel ui:field="msgContextPanel">
<g:Label ui:field="msgContextLabel" styleName="{style.tuDetailsLabel}" />
<g:Label ui:field="msgContext" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label ui:field="sourceCommentLabel" styleName="{style.tuDetailsLabel}" />
<g:Label ui:field="sourceComment" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label ui:field="lastModifiedByLabel" styleName="{style.tuDetailsLabel}" />
<g:Label ui:field="lastModifiedBy" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label ui:field="lastModifiedTimeLabel" styleName="{style.tuDetailsLabel}" />
<g:Label ui:field="lastModifiedTime" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>
</g:VerticalPanel>
</g:layer>
</g:LayoutPanel>
<g:LayoutPanel ui:field="contentPanel" styleName="{style.content}">
<g:layer width="100%">
<g:VerticalPanel height="100%">
<g:HorizontalPanel>
<g:Label ui:field="resIdLabel" styleName="{style.tuDetailsLabel}"/>
<g:Label ui:field="resId" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>

<g:HorizontalPanel ui:field="msgContextPanel">
<g:Label ui:field="msgContextLabel" styleName="{style.tuDetailsLabel}"/>
<g:Label ui:field="msgContext" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>

<g:HorizontalPanel>
<g:Label ui:field="sourceCommentLabel" styleName="{style.tuDetailsLabel}"/>
<g:Label ui:field="sourceComment" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>

<g:HorizontalPanel>
<g:Label ui:field="lastModifiedByLabel" styleName="{style.tuDetailsLabel}"/>
<g:Label ui:field="lastModifiedBy" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>

<g:HorizontalPanel>
<g:Label ui:field="lastModifiedTimeLabel" styleName="{style.tuDetailsLabel}"/>
<g:Label ui:field="lastModifiedTime" styleName="{style.tuDetails}"/>
</g:HorizontalPanel>
</g:VerticalPanel>

</g:layer>
</g:LayoutPanel>
</g:ScrollPanel>
</g:VerticalPanel>




</ui:UiBinder>
</ui:UiBinder>

0 comments on commit 33a7b43

Please sign in to comment.