You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by to...@apache.org on 2011/02/19 10:24:59 UTC

svn commit: r1072278 - /cxf/trunk/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/ui/browser/EditCriteriaView.ui.xml

Author: tomekopo
Date: Sat Feb 19 09:24:58 2011
New Revision: 1072278

URL: http://svn.apache.org/viewvc?rev=1072278&view=rev
Log:
Fixed layout of "edit criteria" window;

Modified:
    cxf/trunk/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/ui/browser/EditCriteriaView.ui.xml

Modified: cxf/trunk/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/ui/browser/EditCriteriaView.ui.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/ui/browser/EditCriteriaView.ui.xml?rev=1072278&r1=1072277&r2=1072278&view=diff
==============================================================================
--- cxf/trunk/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/ui/browser/EditCriteriaView.ui.xml (original)
+++ cxf/trunk/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/ui/browser/EditCriteriaView.ui.xml Sat Feb 19 09:24:58 2011
@@ -34,7 +34,8 @@
                 <td>
 					<dp:DateBox></dp:DateBox>
 				</td>
-
+         </tr>
+         <tr>
 				<td>
 					<g:Label>To:</g:Label>
 				</td>
@@ -43,19 +44,20 @@
 				</td>
 			</tr>
             <tr>
-                <td>
+                <td valign="top">
                     <g:Label>Levels:</g:Label>
                 </td>
                 <td>
                     <g:VerticalPanel>
-                        <g:CheckBox>DEBUG</g:CheckBox>
-                        <g:CheckBox>WARN</g:CheckBox>
-                        <g:CheckBox>INFO</g:CheckBox>
-                        <g:CheckBox>ERROR</g:CheckBox>
+                        <g:CheckBox>Debug</g:CheckBox>
+                        <g:CheckBox>Warning</g:CheckBox>
+                        <g:CheckBox>Information</g:CheckBox>
+                        <g:CheckBox>Error</g:CheckBox>
                     </g:VerticalPanel>
                 </td>
             </tr>
 		</table>
+
 		<g:FlowPanel addStyleNames="{res.css.editFeedDialogButtons}">
 			<g:Button ui:field="cancelButton">
                 Cancel