summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/account/gis-account-page.ui
blob: 782e4bd357eedee8b735b1a31bf81e1a90ddea86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GisAccountPage" parent="GisPage">
    <child>
      <object class="AdwPreferencesPage">

        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GtkStack" id="stack">
                <property name="valign">start</property>
                <property name="vexpand">True</property>
                <child>
                  <object class="GisAccountPageLocal" id="page_local" />
                </child>
                <child>
                  <object class="GisAccountPageEnterprise" id="page_enterprise" />
                </child>
              </object>
            </child>
          </object>
        </child>

        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GtkStack" id="offline_stack">
                <property name="valign">end</property>
                <child>
                  <object class="GtkToggleButton" id="page_toggle">
                    <property name="use_underline">True</property>
                    <property name="label" translatable="yes">_Enterprise Login</property>
                    <property name="halign">center</property>
                    <property name="valign">center</property>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="offline_label">
                    <property name="halign">center</property>
                    <property name="valign">center</property>
                    <property name="label" translatable="yes">Go online to set up Enterprise Login.</property>
                    <style>
                      <class name="dim-label"/>
                    </style>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>

      </object>
    </child>

  </template>
</interface>