diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-29 05:04:27 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-29 05:04:27 +0800 |
commit | a36bd3b0bee35d6ecf1f4a4d753e9e2e7f42e70c (patch) | |
tree | 7f8952a3c4fa9dec41a0a36dd89004e20305b88c /shell/importer | |
parent | 66fd978da1405d8ed17d891bea1b12747d86328d (diff) | |
download | gsoc2013-evolution-a36bd3b0bee35d6ecf1f4a4d753e9e2e7f42e70c.tar.gz gsoc2013-evolution-a36bd3b0bee35d6ecf1f4a4d753e9e2e7f42e70c.tar.zst gsoc2013-evolution-a36bd3b0bee35d6ecf1f4a4d753e9e2e7f42e70c.zip |
New place to start the intelligent importers
svn path=/trunk/; revision=13230
Diffstat (limited to 'shell/importer')
-rw-r--r-- | shell/importer/import.glade | 62 |
1 files changed, 58 insertions, 4 deletions
diff --git a/shell/importer/import.glade b/shell/importer/import.glade index c3d858fbbf..fae8c9c0f0 100644 --- a/shell/importer/import.glade +++ b/shell/importer/import.glade @@ -33,7 +33,7 @@ <widget> <class>GnomeDruidPageStart</class> - <name>page1</name> + <name>page0</name> <title>Evolution Import Assistant</title> <text>Welcome to the Evolution Import Assistant. With this assistant you will be guided through the process of @@ -48,8 +48,35 @@ importing external files into Evolution.</text> <widget> <class>GnomeDruidPageStandard</class> - <name>page2</name> - <title>Select a File (step 1 of 2)</title> + <name>page1</name> + <title>Importer Type (step 1 of 3)</title> + <title_color>255,255,255</title_color> + <background_color>0,0,1</background_color> + <logo_background_color>1,1,1</logo_background_color> + <logo_image>import.png</logo_image> + + <widget> + <class>GtkVBox</class> + <child_name>GnomeDruidPageStandard:vbox</child_name> + <name>druid-vbox2</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>True</fill> + </child> + + <widget> + <class>Placeholder</class> + </widget> + </widget> + </widget> + + <widget> + <class>GnomeDruidPageStandard</class> + <name>page2-file</name> + <title>Select a File (step 2 of 3)</title> <title_color>255,255,255</title_color> <background_color>1,1,1</background_color> <logo_background_color>1,1,1</logo_background_color> @@ -74,9 +101,36 @@ importing external files into Evolution.</text> </widget> <widget> + <class>GnomeDruidPageStandard</class> + <name>page2-intelligent</name> + <title>Select Importers (step 2 of 3)</title> + <title_color>255,255,255</title_color> + <background_color>0,0,1</background_color> + <logo_background_color>1,1,1</logo_background_color> + <logo_image>import.png</logo_image> + + <widget> + <class>GtkVBox</class> + <child_name>GnomeDruidPageStandard:vbox</child_name> + <name>druid-vbox3</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>True</fill> + </child> + + <widget> + <class>Placeholder</class> + </widget> + </widget> + </widget> + + <widget> <class>GnomeDruidPageFinish</class> <name>page3</name> - <title>Import File (Step 2 of 2)</title> + <title>Import File (step 3 of 3)</title> <text>Click "Import" to begin importing the file into Evolution. </text> <background_color>1,1,1</background_color> <logo_background_color>1,1,1</logo_background_color> |