Greg Sheremeta has uploaded a new change for review.

Change subject: userportal, webadmin: converted some tabs to spaces
......................................................................

userportal, webadmin: converted some tabs to spaces

Change-Id: I40178f984902e54bcda002381a0a17523f23b76b
Signed-off-by: Greg Sheremeta <gsher...@redhat.com>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/DefaultConfirmationPopupView.ui.xml
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ForceRemoveConfirmationPopupView.ui.xml
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/RemoveConfirmationPopupView.ui.xml
3 files changed, 66 insertions(+), 66 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/31932/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/DefaultConfirmationPopupView.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/DefaultConfirmationPopupView.ui.xml
index 39c8b5d..dbc862d 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/DefaultConfirmationPopupView.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/DefaultConfirmationPopupView.ui.xml
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-       xmlns:d="urn:import:org.ovirt.engine.ui.common.widget.dialog">
+    xmlns:d="urn:import:org.ovirt.engine.ui.common.widget.dialog">
 
-       <ui:style>
-               .messageHTML,.descriptionPanel {
-                       margin: 5px;
-               }
-       </ui:style>
+    <ui:style>
+        .messageHTML,.descriptionPanel {
+            margin: 5px;
+        }
+    </ui:style>
 
-       <d:SimpleDialogPanel width="500px" height="400px">
-               <d:content>
-                       <g:FlowPanel>
-                               <g:HTML ui:field="messageHTML" 
addStyleNames="{style.messageHTML}" />
-                               <g:ScrollPanel>
-                                       <g:VerticalPanel 
ui:field="descriptionPanel" addStyleNames="{style.descriptionPanel}" />
-                               </g:ScrollPanel>
-                       </g:FlowPanel>
-               </d:content>
-       </d:SimpleDialogPanel>
+    <d:SimpleDialogPanel width="500px" height="400px">
+        <d:content>
+            <g:FlowPanel>
+                <g:HTML ui:field="messageHTML" 
addStyleNames="{style.messageHTML}" />
+                <g:ScrollPanel>
+                    <g:VerticalPanel ui:field="descriptionPanel" 
addStyleNames="{style.descriptionPanel}" />
+                </g:ScrollPanel>
+            </g:FlowPanel>
+        </d:content>
+    </d:SimpleDialogPanel>
 
 </ui:UiBinder>
diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ForceRemoveConfirmationPopupView.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ForceRemoveConfirmationPopupView.ui.xml
index 6b6dea2..1838e92 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ForceRemoveConfirmationPopupView.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ForceRemoveConfirmationPopupView.ui.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-       xmlns:d="urn:import:org.ovirt.engine.ui.common.widget.dialog" 
xmlns:ge="urn:import:org.ovirt.engine.ui.common.widget.editor.generic">
+    xmlns:d="urn:import:org.ovirt.engine.ui.common.widget.dialog" 
xmlns:ge="urn:import:org.ovirt.engine.ui.common.widget.editor.generic">
 
-       <ui:style>
-               .content {
-               }
+    <ui:style>
+        .content {
+        }
 
-               .warningLabel {
-                       color: red;
-                       font-weight: bold;
-                       text-align: center;
-               }
+        .warningLabel {
+            color: red;
+            font-weight: bold;
+            text-align: center;
+        }
 
-               .messageLabel {
-                       padding-top: 20px;
-                       padding-bottom: 20px;
-               }
-       </ui:style>
+        .messageLabel {
+            padding-top: 20px;
+            padding-bottom: 20px;
+        }
+    </ui:style>
 
-       <d:SimpleDialogPanel width="450px" height="270px">
-               <d:content>
-                       <g:FlowPanel addStyleNames="{style.content}">
-                               <g:Label ui:field="warningLabel" 
addStyleNames="{style.warningLabel}"/>
-                               <g:HTML ui:field="messageLabel" 
addStyleNames="{style.messageLabel}"/>
-                               <ge:EntityModelCheckBoxEditor ui:field="latch" 
visible="false"/>
-                       </g:FlowPanel>
-               </d:content>
-       </d:SimpleDialogPanel>
+    <d:SimpleDialogPanel width="450px" height="270px">
+        <d:content>
+            <g:FlowPanel addStyleNames="{style.content}">
+                <g:Label ui:field="warningLabel" 
addStyleNames="{style.warningLabel}"/>
+                <g:HTML ui:field="messageLabel" 
addStyleNames="{style.messageLabel}"/>
+                <ge:EntityModelCheckBoxEditor ui:field="latch" 
visible="false"/>
+            </g:FlowPanel>
+        </d:content>
+    </d:SimpleDialogPanel>
 
 </ui:UiBinder>
diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/RemoveConfirmationPopupView.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/RemoveConfirmationPopupView.ui.xml
index 3336bfd..009029a 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/RemoveConfirmationPopupView.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/RemoveConfirmationPopupView.ui.xml
@@ -1,39 +1,39 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-       xmlns:d="urn:import:org.ovirt.engine.ui.common.widget.dialog" 
xmlns:ge="urn:import:org.ovirt.engine.ui.common.widget.editor.generic">
+    xmlns:d="urn:import:org.ovirt.engine.ui.common.widget.dialog" 
xmlns:ge="urn:import:org.ovirt.engine.ui.common.widget.editor.generic">
 
-       <ui:style>
-               .items {
-                       margin-top: 20px;
-                       margin-bottom: 20px;
-                       height: 60%;
-                       overflow: auto;
-               }
+    <ui:style>
+        .items {
+            margin-top: 20px;
+            margin-bottom: 20px;
+            height: 60%;
+            overflow: auto;
+        }
 
-               .noteHTML {
-                       position: absolute;
-                       margin-top: 20px;
-                       line-height: 20px;
-                       color: red;
-                       font-size: 12px;
-               }
+        .noteHTML {
+            position: absolute;
+            margin-top: 20px;
+            line-height: 20px;
+            color: red;
+            font-size: 12px;
+        }
 
-       </ui:style>
+    </ui:style>
 
-       <d:SimpleDialogPanel width="500px" height="400px">
-               <d:content>
-                       <g:FlowPanel>
-                               <g:HTML ui:field="messageHTML" />
-                               <g:FlowPanel ui:field="itemPanel" 
addStyleNames="{style.items}" />
-                               <ge:EntityModelCheckBoxEditor ui:field="latch" 
visible="false" />
-                               <ge:EntityModelCheckBoxEditor ui:field="force" 
visible="false" />
-                               <g:HTML ui:field="noteHTML" 
addStyleNames="{style.noteHTML}"/>
+    <d:SimpleDialogPanel width="500px" height="400px">
+        <d:content>
+            <g:FlowPanel>
+                <g:HTML ui:field="messageHTML" />
+                <g:FlowPanel ui:field="itemPanel" 
addStyleNames="{style.items}" />
+                <ge:EntityModelCheckBoxEditor ui:field="latch" visible="false" 
/>
+                <ge:EntityModelCheckBoxEditor ui:field="force" visible="false" 
/>
+                <g:HTML ui:field="noteHTML" addStyleNames="{style.noteHTML}"/>
                 <g:FlowPanel ui:field="reasonPanel">
                     <ge:StringEntityModelTextBoxEditor ui:field="reasonEditor" 
/>
                 </g:FlowPanel>
-                       </g:FlowPanel>
-               </d:content>
-       </d:SimpleDialogPanel>
+            </g:FlowPanel>
+        </d:content>
+    </d:SimpleDialogPanel>
 
 </ui:UiBinder>


-- 
To view, visit http://gerrit.ovirt.org/31932
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I40178f984902e54bcda002381a0a17523f23b76b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to