From c493becd0caf44166bf80d6183488546c8e76889 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Sep 2008 16:45:52 +0000 Subject: (selectKeyboard) render title in blue in advanced dialog --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 65bf90ccf..c16afb831 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -96,13 +96,13 @@ sub selectKeyboard { $o->ask_from_( { title => N("Keyboard"), interactive_help_id => 'selectKeyboard', - advanced_messages => N("Here is the full list of available keyboards"), advanced_label => N("More"), }, [ { label => N("Please choose your keyboard layout."), title => 1 }, if_(@best, { val => \$KEYBOARD, type => 'list', format => $format, sort => 1, list => [ @best ], changed => sub { $other = 0 } }), + { label => N("Here is the full list of available keyboards"), title => 1, advanced => @best }, { val => \$ext_keyboard, type => 'list', format => $format, changed => sub { $other = 1 }, list => [ difference2([ keyboard::KEYBOARDs() ], \@best) ], advanced => @best > 1 } ]); -- cgit v1.2.1