Mailinglist Archive: yast-commit (129 mails)

< Previous Next >
[yast-commit] r68057 - in /trunk/iscsi-client: package/yast2-iscsi-client.changes src/dialogs.ycp
Author: fehr
Date: Wed May 2 11:31:13 2012
New Revision: 68057

URL: http://svn.opensuse.org/viewcvs/yast?rev=68057&view=rev
Log:
- set length proportion between username/password to 2:1 (bnc#760072)
- add missing field to table header (bnc#760072)

Modified:
trunk/iscsi-client/package/yast2-iscsi-client.changes
trunk/iscsi-client/src/dialogs.ycp

Modified: trunk/iscsi-client/package/yast2-iscsi-client.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/package/yast2-iscsi-client.changes?rev=68057&r1=68056&r2=68057&view=diff
==============================================================================
--- trunk/iscsi-client/package/yast2-iscsi-client.changes (original)
+++ trunk/iscsi-client/package/yast2-iscsi-client.changes Wed May 2 11:31:13
2012
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed May 2 11:30:00 CEST 2012 - fehr@xxxxxxx
+
+- set length proportion between username/password to 2:1 (bnc#760072)
+- add missing field to table header (bnc#760072)
+
+-------------------------------------------------------------------
Tue Apr 10 17:36:36 CEST 2012 - fehr@xxxxxxx

- version 2.22.1

Modified: trunk/iscsi-client/src/dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/src/dialogs.ycp?rev=68057&r1=68056&r2=68057&view=diff
==============================================================================
--- trunk/iscsi-client/src/dialogs.ycp (original)
+++ trunk/iscsi-client/src/dialogs.ycp Wed May 2 11:31:13 2012
@@ -146,7 +146,7 @@
"custom_widget" :
`VBox(
`Table(`id(`targets), `opt(`notify, `immediate),
- `header(_("Portal Address"), _("Target Name"),
_("Connected")),
+ `header(_("Interface"),_("Portal Address"), _("Target
Name"), _("Start-Up")),
[]
),
`Left(`HBox(
@@ -167,12 +167,14 @@
`VBox(
`Left(`Label(_("Incoming Authentication"))),
`HBox(
- `TextEntry(`id(`user_in),
_("Username")), `Password(`id(`pass_in), _("Password"))
+ `HWeigth(2,`TextEntry(`id(`user_in),
_("Username"))),
+ `HWeigth(1,`Password(`id(`pass_in),
_("Password")))
),
`VSpacing(2),
`Left( `Label(_("Outgoing Authentication"))),
`HBox(
- `TextEntry(`id(`user_out),
_("Username")), `Password(`id(`pass_out), _("Password"))
+ `HWeigth(2,`TextEntry(`id(`user_out),
_("Username"))),
+ `HWeigth(1,`Password(`id(`pass_out),
_("Password")))
)
)
)
@@ -193,12 +195,14 @@
`VBox(
`Left( `Label(_("Incoming Authentication")) ),
`HBox(
- `TextEntry(`id(`user_in),
_("Username")), `Password(`id(`pass_in), _("Password"))
+ `HWeight(2,`TextEntry(`id(`user_in),
_("Username"))),
+ `HWeight(1,`Password(`id(`pass_in),
_("Password")))
),
`VSpacing(2),
`Left( `Label(_("Outgoing Authentication")) ),
`HBox(
- `TextEntry(`id(`user_out),
_("Username")), `Password(`id(`pass_out), _("Password"))
+ `HWeight(2,`TextEntry(`id(`user_out),
_("Username"))),
+ `HWeight(1,`Password(`id(`pass_out),
_("Password")))
)
)
)

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages