Author: varkoly Date: Wed Jul 13 13:57:19 2011 New Revision: 64787 URL: http://svn.opensuse.org/viewcvs/yast?rev=64787&view=rev Log: ButtonBox is Only OK and Cancel button Modified: trunk/mail/src/ui.ycp Modified: trunk/mail/src/ui.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/mail/src/ui.ycp?rev=64787&r1=64786&r2=64787&view=diff ============================================================================== --- trunk/mail/src/ui.ycp (original) +++ trunk/mail/src/ui.ycp Wed Jul 13 13:57:19 2011 @@ -376,7 +376,7 @@ `Left(`RadioButton(`id("must"), _("Enforce"),TLSmust)) ) ), - `ButtonBox( + `HBox( `PushButton (`id(`outgoing_details), _("&Masquerading")), `PushButton (`id(`outgoing_auth_opts), _("&Authentication")) ) @@ -523,7 +523,7 @@ i_contents = add ( i_contents, // menu button: details of incoming mail - `ButtonBox( + `HBox( `PushButton (`id (`aliases), _("&Aliases...")), `PushButton (`id (`virtual), _("&Virtual domains...")) ) @@ -825,7 +825,7 @@ `HWeight (2, `TextEntry (`id (`address), _("Display as"), "holly@red.dwarf")) ), */ - `ButtonBox( + `HBox( `PushButton(`id(`add), `opt (`key_F3), _("A&dd")), `PushButton(`id(`edit), `opt (`key_F4), _("&Edit")), `PushButton(`id(`delete), `opt (`key_F5), _("Dele&te")) @@ -1078,7 +1078,7 @@ `Left (WJ_MakeWidget (`fm_password)), `Left (WJ_MakeWidget (`fm_local_user)), `VSpacing(0.2), - `ButtonBox(`PushButton(`id(`ok), `opt(`default, `key_F10), Label::OKButton()), + `ButtonBox(`PushButton(`id(`ok), `opt(`default, `key_F10), Label::OKButton()), `PushButton(`id(`cancel), `opt (`key_F9), Label::CancelButton())), `VSpacing(0.2) ), @@ -1166,7 +1166,7 @@ _("Local user")), makeItems (fm, ["server", "protocol", "remote_user", "local_user"]) ), - `ButtonBox( + `HBox( `PushButton(`id(`add), `opt (`key_F3), _("A&dd")), `PushButton(`id(`edit), `opt (`key_F4), _("&Edit")), `PushButton(`id(`delete), `opt (`key_F5), _("De&lete")) @@ -1321,7 +1321,7 @@ makeItems (aliases, ["alias", "destinations"]) ), `Left( - `ButtonBox( + `HBox( `PushButton(`id(`add), `opt (`key_F3), _("A&dd")), `PushButton(`id(`edit), `opt (`key_F4), _("&Edit")), `PushButton(`id(`delete), `opt (`key_F5), _("De&lete")) @@ -1407,7 +1407,7 @@ makeItems (vu, ["alias", "destinations"]) ), `Left( - `ButtonBox( + `HBox( `PushButton(`id(`add), `opt (`key_F3), _("A&dd")), `PushButton(`id(`edit), `opt (`key_F4), _("&Edit")), `PushButton(`id(`delete), `opt (`key_F5), _("De&lete")) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org