diff --git a/CASA/gui/ExportSecrets.cs b/CASA/gui/ExportSecrets.cs index 9135bd11..7089606d 100644 --- a/CASA/gui/ExportSecrets.cs +++ b/CASA/gui/ExportSecrets.cs @@ -62,13 +62,19 @@ namespace Novell.CASA.GUI } + private void on_buttonHelpExportSecrets_clicked(object sender, EventArgs args) + { + Common.ShowHelpUrl("ExportingSecrets.htm"); + } + + private void on_buttonCloseExportSecrets_clicked(object sender, EventArgs args) { if (dialogExport != null) { dialogExport.Destroy(); } - } + } private void on_buttonOkExportSecrets_clicked(object sender, EventArgs args) { diff --git a/CASA/gui/FindAndReplace.cs b/CASA/gui/FindAndReplace.cs index 1534fa33..f60cc09f 100644 --- a/CASA/gui/FindAndReplace.cs +++ b/CASA/gui/FindAndReplace.cs @@ -24,7 +24,8 @@ namespace Novell.CASA.GUI bttnApply, bttnCancel, bttnRevert, - bttnOk; + bttnOk, + bttnHelp; [Glade.Widget] Gtk.Entry entryFind, @@ -84,11 +85,17 @@ namespace Novell.CASA.GUI bttnFind.Clicked += new EventHandler(bttnFind_Clicked); bttnOk.Clicked += new EventHandler(bttnOk_Clicked); bttnReplaceAll.Clicked += new EventHandler(bttnReplaceAll_Clicked); + bttnHelp.Clicked += new EventHandler(bttnHelp_Clicked); cbShowValues.Toggled += new EventHandler(cbShowValues_Toggled); } + void bttnHelp_Clicked(object sender, EventArgs e) + { + Common.ShowHelpUrl("FindReplace.htm"); + } + public void okbuttonLogin_clicked(object abj, EventArgs args) diff --git a/CASA/gui/PersistentPolicyDialog.cs b/CASA/gui/PersistentPolicyDialog.cs index 01409e50..3bc1e217 100644 --- a/CASA/gui/PersistentPolicyDialog.cs +++ b/CASA/gui/PersistentPolicyDialog.cs @@ -33,10 +33,11 @@ namespace Novell.CASA.GUI [Glade.Widget] Gtk.Dialog dialogPersistentPolicy; - [Glade.Widget] - Gtk.Button applybuttonPersistent, - buttonMakeNonPersistent, - buttonMakePersistent; + [Glade.Widget] + Gtk.Button applybuttonPersistent, + buttonMakeNonPersistent, + buttonMakePersistent, + helpbuttonPolicy; #endregion @@ -111,7 +112,13 @@ namespace Novell.CASA.GUI tvPersistentList.Model = tsPersistentList; tvNonPersistentList.Model = tsNonPersistentList; } - + + + public void on_helpbuttonPersistent_clicked(object obj, EventArgs arg) + { + Common.ShowHelpUrl("CreSecretPol.htm"); + } + public void on_applybuttonPersistent_clicked(object obj, EventArgs args) { if (bChanged) diff --git a/CASA/gui/help/en/Contents.htm b/CASA/gui/help/en/Contents.htm index 8826650e..be1f75c5 100644 --- a/CASA/gui/help/en/Contents.htm +++ b/CASA/gui/help/en/Contents.htm @@ -32,11 +32,18 @@