View | Details | Raw Unified | Return to bug 847291
Collapse All | Expand All

(-)a/src/include/nis/ui.rb (-8 / +4 lines)
Lines 343-349 module Yast Link Here
343
        HBox(
343
        HBox(
344
          HSpacing(0.4),
344
          HSpacing(0.4),
345
          VBox(
345
          VBox(
346
            VSpacing(0.2),
347
            HBox(
346
            HBox(
348
              ComboBox(
347
              ComboBox(
349
                Id(:policy),
348
                Id(:policy),
Lines 445-451 module Yast Link Here
445
        HSpacing(0.5),
444
        HSpacing(0.5),
446
        VCenter(
445
        VCenter(
447
          VBox(
446
          VBox(
448
            VSpacing(0.4),
447
            VSpacing(0.2),
449
            RadioButtonGroup(
448
            RadioButtonGroup(
450
              Id(:rd),
449
              Id(:rd),
451
              Left(
450
              Left(
Lines 473-486 module Yast Link Here
473
                )
472
                )
474
              )
473
              )
475
            ),
474
            ),
476
            VSpacing(0.4),
475
            VSpacing(0.2),
477
            nis_frame,
476
            nis_frame,
478
            VSpacing(0.4),
479
            Frame("", HBox(HSpacing(0.4), firewall_layout)),
477
            Frame("", HBox(HSpacing(0.4), firewall_layout)),
480
            VSpacing(0.4),
478
            VSpacing(0.2),
481
            # checkbox label
479
            # checkbox label
482
            CheckBox(Id(:autofs), _("Start Auto&mounter"), autofs),
480
            CheckBox(Id(:autofs), _("Start Auto&mounter"), autofs),
483
            VSpacing(0.4),
484
            HBox(
481
            HBox(
485
              PushButton(
482
              PushButton(
486
                Id(:expert),
483
                Id(:expert),
Lines 494-501 module Yast Link Here
494
                # button label
491
                # button label
495
                _("NFS Configuration...")
492
                _("NFS Configuration...")
496
              )
493
              )
497
            ),
494
            )
498
            VSpacing(0.4)
499
          )
495
          )
500
        ),
496
        ),
501
        HSpacing(0.5)
497
        HSpacing(0.5)

Return to bug 847291