aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cron/task/task.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-11-09 22:29:25 +0100
committerMarc Alexander <admin@m-a-styles.de>2014-11-09 23:00:39 +0100
commit9bb302b92ca58d9204290363b190ef4b57009ec6 (patch)
tree478fd74bcfe25b6975043179849824c16920034c /phpBB/phpbb/cron/task/task.php
parent0e772afb9db640e54e84cfccaddcf74f3edbb3fb (diff)
downloadforums-9bb302b92ca58d9204290363b190ef4b57009ec6.tar
forums-9bb302b92ca58d9204290363b190ef4b57009ec6.tar.gz
forums-9bb302b92ca58d9204290363b190ef4b57009ec6.tar.bz2
forums-9bb302b92ca58d9204290363b190ef4b57009ec6.tar.xz
forums-9bb302b92ca58d9204290363b190ef4b57009ec6.zip
[ticket/security-169] Stop loop through referer dir in top directory
SECURITY-169
Diffstat (limited to 'phpBB/phpbb/cron/task/task.php')
0 files changed, 0 insertions, 0 deletions
on value='2'>stat only
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-31 21:12:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-31 21:12:36 +0000
commita7d5a4325a6d26fc74ac673084569e0050bd6184 (patch)
tree5b76bf9452bbff7641d09e226c6e67ebad25deb6 /perl-install
parenta7f8d31c10fc7f8ea56478eb374d07a60179cd36 (diff)
downloaddrakx-a7d5a4325a6d26fc74ac673084569e0050bd6184.tar
drakx-a7d5a4325a6d26fc74ac673084569e0050bd6184.tar.gz
drakx-a7d5a4325a6d26fc74ac673084569e0050bd6184.tar.bz2
drakx-a7d5a4325a6d26fc74ac673084569e0050bd6184.tar.xz
drakx-a7d5a4325a6d26fc74ac673084569e0050bd6184.zip
harddrake2 help dialog: use the new scrolled dialog API for scrolled labels
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 2db0049fb..e183db62e 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -109,7 +109,7 @@ my @menu_items =
create_dialog(N("Harddrake help"),
N("Description of the fields:\n\n")
#-PO Do not alter the <span ..> and </span> tags
- . join("\n\n", map { if_($fields{$_}[0], "<span foreground=\"royalblue3\">$fields{$_}[0]:</span> $fields{$_}[1]") } sort keys %$current_device), { use_markup => 1, if_(!$::isEmbedded, transient => $w->{window}), height => 400 })
+ . join("\n\n", map { if_($fields{$_}[0], formatAlaTeX("<span foreground=\"royalblue3\">$fields{$_}[0]:</span> $fields{$_}[1]")) } sort keys %$current_device), { use_markup => 1, if_(!$::isEmbedded, transient => $w->{window}), height => 400, scroll => 1 })
} else {
create_dialog(N("Select a device !"), N("Once you've selected a device, you'll be able to see the device information in fields displayed on the right frame (\"Information\")"), { if_(!$::isEmbedded, transient => $w->{window}) })