aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-passwd-expiry.glade
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-01-12 17:31:05 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-01-12 17:31:05 +0800
commit368a776689311fce995865c52399cf72551d14ec (patch)
tree81bc9622f1a8c5deff828de3d555c82cedf0af28 /plugins/exchange-operations/exchange-passwd-expiry.glade
parentff9fd5da422034c9b02ed54e4683079e015f5cb0 (diff)
downloadgsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar
gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.gz
gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.bz2
gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.lz
gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.xz
gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.zst
gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.zip
Cheking for password expired error code, displaying the error message and
allowing the user to reset password. Also showing password expiry warning message in advance. Fixes #326060. Also, Checking for the quota related error codes and displaying the corresponding error/warning messages to the user. Fixes #326087. svn path=/trunk/; revision=31143
Diffstat (limited to 'plugins/exchange-operations/exchange-passwd-expiry.glade')
-rw-r--r--plugins/exchange-operations/exchange-passwd-expiry.glade91
1 files changed, 91 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-passwd-expiry.glade b/plugins/exchange-operations/exchange-passwd-expiry.glade
new file mode 100644
index 0000000000..6ea4005c33
--- /dev/null
+++ b/plugins/exchange-operations/exchange-passwd-expiry.glade
@@ -0,0 +1,91 @@
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
+
+<glade-interface>
+<requires lib="gnome"/>
+
+<widget class="GtkDialog" id="passwd_exp_dialog">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes">Password Expiry Warning...</property>
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
+ <property name="window_position">GTK_WIN_POS_NONE</property>
+ <property name="modal">False</property>
+ <property name="resizable">True</property>
+ <property name="destroy_with_parent">False</property>
+ <property name="has_separator">True</property>
+
+ <child internal-child="vbox">
+ <widget class="GtkVBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">0</property>
+
+ <child internal-child="action_area">
+ <widget class="GtkHButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
+
+ <child>
+ <widget class="GtkButton" id="change_passwd_button">
+ <property name="visible">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">True</property>
+ <property name="label" translatable="yes">_Change Password</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="response_id">0</property>
+ <accelerator key="C" modifiers="GDK_MOD1_MASK" signal="clicked"/>
+ </widget>
+ </child>
+
+ <child>
+ <widget class="GtkButton" id="ok_button">
+ <property name="visible">True</property>
+ <property name="can_default">True</property>
+ <property name="can_focus">True</property>
+ <property name="label">gtk-ok</property>
+ <property name="use_stock">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="response_id">-5</property>
+ <accessibility>
+ <atkproperty name="AtkObject::accessible_name" translatable="yes">ok_button</atkproperty>
+ </accessibility>
+ <accelerator key="O" modifiers="GDK_MOD1_MASK" signal="clicked"/>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">GTK_PACK_END</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkLabel" id="passwd_exp_label">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Your password will expire in 7 days...</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_CENTER</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">20</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+</widget>
+
+</glade-interface>