summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-22 13:46:44 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-22 13:46:44 +0000
commite2425d3b80f9154e5e0b44bdc09867adea6c3132 (patch)
treea3612bd4f6e49999fd763fb3e17307e1caeb594d /perl-install/any.pm
parentaeb3d3d73bdd0c098fd4011bd2be3907341a94a4 (diff)
downloaddrakx-backup-do-not-use-e2425d3b80f9154e5e0b44bdc09867adea6c3132.tar
drakx-backup-do-not-use-e2425d3b80f9154e5e0b44bdc09867adea6c3132.tar.gz
drakx-backup-do-not-use-e2425d3b80f9154e5e0b44bdc09867adea6c3132.tar.bz2
drakx-backup-do-not-use-e2425d3b80f9154e5e0b44bdc09867adea6c3132.tar.xz
drakx-backup-do-not-use-e2425d3b80f9154e5e0b44bdc09867adea6c3132.zip
(acceptLicense) align license question to the right
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index c4a72d648..f51f98cbf 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -925,8 +925,9 @@ sub acceptLicense {
},
[
- { label => N("Do you accept this license ?"), title => 1 },
- { list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', format => sub { translate($_[0]) } },
+ { label => N("Do you accept this license ?"), title => 1, alignment => 'right' },
+ { list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', alignment => 'right',
+ format => sub { translate($_[0]) } },
if_($o->{release_notes},
{ clicked => sub { display_release_notes($o) }, do_not_expand => 1,
val => \ (my $_t1 = N("Release Notes")), install_button => 1, no_indent => 1 }