~ubuntu-branches/ubuntu/raring/eucalyptus/raring

« back to all changes in this revision

Viewing changes to clc/modules/www/src/main/java/com/eucalyptus/webui/client/view/GroupViewImpl.ui.xml

  • Committer: Package Import Robot
  • Author(s): Brian Thomason
  • Date: 2011-11-29 13:17:52 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 185.
  • Revision ID: package-import@ubuntu.com-20111129131752-rq31al3ntutv2vvl
Tags: upstream-3.0.999beta1
ImportĀ upstreamĀ versionĀ 3.0.999beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
 
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
 
3
    xmlns:g="urn:import:com.google.gwt.user.client.ui"
 
4
    xmlns:euca="urn:import:com.eucalyptus.webui.client.view">
 
5
    
 
6
    <ui:style>
 
7
        .toolbar {
 
8
            width:99%;
 
9
        }
 
10
    </ui:style>
 
11
    
 
12
    <ui:with field="global" type="com.eucalyptus.webui.client.view.GlobalResources"/>
 
13
    
 
14
    <g:DockLayoutPanel unit="PX">
 
15
        <g:north size="36">
 
16
            <g:HTMLPanel addStyleNames="{style.toolbar}">
 
17
                <table>
 
18
                    <colgroup width="1px"/>
 
19
                    <colgroup width="20px"/>
 
20
                    <colgroup width="1px"/>
 
21
                    <colgroup width="1px"/>
 
22
                    <colgroup width="20px"/>
 
23
                    <colgroup width="1px"/>
 
24
                    <tbody>
 
25
                        <tr>
 
26
                            <td>
 
27
                                <g:Anchor styleName="{global.buttonCss.negative} {global.buttonCss.button} {global.buttonCss.small}" ui:field="delButton">
 
28
                                    <span class="{global.buttonCss.minus} {global.buttonCss.icon}"/>Delete groups
 
29
                                </g:Anchor>
 
30
                            </td>
 
31
                            <td>&nbsp;</td>
 
32
                            <td>
 
33
                                <g:Anchor styleName="{global.buttonCss.button} {global.buttonCss.small} {global.buttonCss.left}" ui:field="addUsersButton">
 
34
                                    <span class="{global.buttonCss.user} {global.buttonCss.icon}"/>Add users
 
35
                                </g:Anchor>
 
36
                            </td>
 
37
                            <td>
 
38
                                <g:Anchor styleName="{global.buttonCss.negative} {global.buttonCss.button} {global.buttonCss.small} {global.buttonCss.right}" ui:field="removeUsersButton">
 
39
                                    <span class="{global.buttonCss.user} {global.buttonCss.icon}"/>Remove users
 
40
                                </g:Anchor>
 
41
                            </td>                            
 
42
                            <td>&nbsp;</td>
 
43
                            <td>
 
44
                                <g:Anchor styleName="{global.buttonCss.button} {global.buttonCss.small}" ui:field="addPolicyButton">
 
45
                                    <span class="{global.buttonCss.lock} {global.buttonCss.icon}"/>Add policy
 
46
                                </g:Anchor>                            
 
47
                            </td>
 
48
                        </tr>
 
49
                    </tbody>
 
50
                </table>
 
51
            </g:HTMLPanel>
 
52
        </g:north>
 
53
        <g:center>
 
54
            <g:LayoutPanel ui:field="tablePanel"/>
 
55
        </g:center>
 
56
    </g:DockLayoutPanel>
 
57
    
 
58
</ui:UiBinder> 
 
 
b'\\ No newline at end of file'