[yast-commit] r49553 - /trunk/ldap-server/src/widgets.ycp
Author: rhafer Date: Thu Jul 31 17:15:25 2008 New Revision: 49553 URL: http://svn.opensuse.org/viewcvs/yast?rev=49553&view=rev Log: Disable network interface details buttons for now Modified: trunk/ldap-server/src/widgets.ycp Modified: trunk/ldap-server/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/widgets.ycp?rev=49553&r1=49552&r2=49553&view=diff ============================================================================== --- trunk/ldap-server/src/widgets.ycp (original) +++ trunk/ldap-server/src/widgets.ycp Thu Jul 31 17:15:25 2008 @@ -44,21 +44,21 @@ `Left( `HBox( `HWeight(1, `CheckBox( `id( `cb_interface_ldap), _("LDAP"), false )), - `HWeight(1, `PushButton( `id( `pb_interface_ldap), "Interfaces ...")), + //`HWeight(1, `PushButton( `id( `pb_interface_ldap), "Interfaces ...")), `HWeight(1, `HStretch()) ) ), `Left( `HBox( `HWeight(1, `CheckBox( `id( `cb_interface_ldaps), _("LDAP over SSL (ldaps)"), false )), - `HWeight(1, `PushButton( `id( `pb_interface_ldaps), "Interfaces ...")), + //`HWeight(1, `PushButton( `id( `pb_interface_ldaps), "Interfaces ...")), `HWeight(1, `HStretch()) ) ), `Left( `HBox( `HWeight(1, `CheckBox( `id( `cb_interface_ldapi), _("LDAP over IPC (ldapi)"), false ) ), - `HWeight(1, `PushButton( `id( `pb_interface_ldapi), "Interfaces ...") ), + //`HWeight(1, `PushButton( `id( `pb_interface_ldapi), "Interfaces ...") ), `HWeight(1, `HStretch()) ) ) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org