~ubuntu-branches/ubuntu/precise/virt-viewer/precise

« back to all changes in this revision

Viewing changes to src/auth.glade

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-07-12 23:09:44 UTC
  • mfrom: (1.1.2 upstream) (0.4.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100712230944-2tvx01h0xas5cfkx
Tags: 0.2.1-1ubuntu1
* Merge with Debian unstable. Remaining changes:
  - Put plugins in /usr/lib/{xulrunner-addons,mozilla,firefox-addons}/plugins
    instead of the iceape and iceweasel equivalents.
  - mozilla-virt-viewer Depends on firefox | seamonkey instead of iceape and
    iceweasel.
  - Add Plugin Finder Service metadata for web plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--Generated with glade3 3.4.5 on Wed Nov 26 18:01:48 2008 -->
 
4
<glade-interface>
 
5
  <widget class="GtkDialog" id="auth">
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">Authentication required</property>
 
8
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
9
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
10
    <property name="has_separator">False</property>
 
11
    <child internal-child="vbox">
 
12
      <widget class="GtkVBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="spacing">2</property>
 
15
        <child>
 
16
          <widget class="GtkLabel" id="message">
 
17
            <property name="visible">True</property>
 
18
            <property name="xalign">0</property>
 
19
            <property name="yalign">0</property>
 
20
            <property name="label" translatable="yes">label</property>
 
21
            <property name="use_markup">True</property>
 
22
          </widget>
 
23
          <packing>
 
24
            <property name="position">1</property>
 
25
          </packing>
 
26
        </child>
 
27
        <child>
 
28
          <widget class="GtkTable" id="table1">
 
29
            <property name="visible">True</property>
 
30
            <property name="n_rows">2</property>
 
31
            <property name="n_columns">2</property>
 
32
            <property name="column_spacing">6</property>
 
33
            <property name="row_spacing">6</property>
 
34
            <child>
 
35
              <widget class="GtkLabel" id="prompt-password">
 
36
                <property name="visible">True</property>
 
37
                <property name="xalign">1</property>
 
38
                <property name="label" translatable="yes">Password:</property>
 
39
              </widget>
 
40
              <packing>
 
41
                <property name="top_attach">1</property>
 
42
                <property name="bottom_attach">2</property>
 
43
              </packing>
 
44
            </child>
 
45
            <child>
 
46
              <widget class="GtkLabel" id="prompt-username">
 
47
                <property name="visible">True</property>
 
48
                <property name="xalign">1</property>
 
49
                <property name="label" translatable="yes">Username:</property>
 
50
              </widget>
 
51
            </child>
 
52
            <child>
 
53
              <widget class="GtkEntry" id="cred-username">
 
54
                <property name="visible">True</property>
 
55
                <property name="can_focus">True</property>
 
56
              </widget>
 
57
              <packing>
 
58
                <property name="left_attach">1</property>
 
59
                <property name="right_attach">2</property>
 
60
              </packing>
 
61
            </child>
 
62
            <child>
 
63
              <widget class="GtkEntry" id="cred-password">
 
64
                <property name="visible">True</property>
 
65
                <property name="can_focus">True</property>
 
66
                <property name="visibility">False</property>
 
67
              </widget>
 
68
              <packing>
 
69
                <property name="left_attach">1</property>
 
70
                <property name="right_attach">2</property>
 
71
                <property name="top_attach">1</property>
 
72
                <property name="bottom_attach">2</property>
 
73
              </packing>
 
74
            </child>
 
75
          </widget>
 
76
          <packing>
 
77
            <property name="position">2</property>
 
78
          </packing>
 
79
        </child>
 
80
        <child internal-child="action_area">
 
81
          <widget class="GtkHButtonBox" id="dialog-action_area1">
 
82
            <property name="visible">True</property>
 
83
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
84
            <child>
 
85
              <widget class="GtkButton" id="button-cancel">
 
86
                <property name="visible">True</property>
 
87
                <property name="can_focus">True</property>
 
88
                <property name="receives_default">True</property>
 
89
                <property name="label" translatable="yes">gtk-cancel</property>
 
90
                <property name="use_stock">True</property>
 
91
                <property name="response_id">-6</property>
 
92
              </widget>
 
93
            </child>
 
94
            <child>
 
95
              <widget class="GtkButton" id="button-ok">
 
96
                <property name="visible">True</property>
 
97
                <property name="can_focus">True</property>
 
98
                <property name="can_default">True</property>
 
99
                <property name="has_default">True</property>
 
100
                <property name="receives_default">True</property>
 
101
                <property name="label" translatable="yes">gtk-ok</property>
 
102
                <property name="use_stock">True</property>
 
103
                <property name="response_id">-5</property>
 
104
              </widget>
 
105
              <packing>
 
106
                <property name="position">3</property>
 
107
              </packing>
 
108
            </child>
 
109
          </widget>
 
110
          <packing>
 
111
            <property name="expand">False</property>
 
112
            <property name="pack_type">GTK_PACK_END</property>
 
113
          </packing>
 
114
        </child>
 
115
      </widget>
 
116
    </child>
 
117
  </widget>
 
118
</glade-interface>