summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/fs/partitioning_wizard.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm
index ad23d8b9a..5613d21bd 100644
--- a/perl-install/fs/partitioning_wizard.pm
+++ b/perl-install/fs/partitioning_wizard.pm
@@ -363,7 +363,6 @@ sub create_display_box {
};
$hpane->signal_connect('size-allocate' => sub {
my (undef, $alloc) = @_;
- $part->{width} = $alloc->width;
$part->{req_size} = int($hpane->get_position * $part->{size} / $part->{width});
$update_size_labels->($part->{req_size}, $part->{size}-$part->{req_size});
0;
class="hl opt">); break; default: $l_title = $user->lang['FAQ']; $user->add_lang('faq', false, true); break; } // Pull the array data from the lang pack $j = 0; $counter = 0; $counter_2 = 0; $help_block = array(); $help_block_titles = array(); foreach ($user->help as $help_ary) { if ($help_ary[0] != '--') { $help_block[$j][$counter]['id'] = $counter_2; $help_block[$j][$counter]['question'] = $help_ary[0]; $help_block[$j][$counter]['answer'] = $help_ary[1]; $counter++; $counter_2++; } else { $j = ($counter != 0) ? $j + 1 : 0; $help_block_titles[$j] = $help_ary[1]; $counter = 0; } } // // Lets build a page ... $template->assign_vars(array( 'L_FAQ_TITLE' => $l_title, 'L_BACK_TO_TOP' => $user->lang['BACK_TO_TOP']) ); for ($i = 0, $size = sizeof($help_block); $i < $size; $i++) { if (sizeof($help_block[$i])) { $template->assign_block_vars('faq_block', array( 'BLOCK_TITLE' => $help_block_titles[$i]) ); $template->assign_block_vars('faq_block_link', array( 'BLOCK_TITLE' => $help_block_titles[$i]) ); for ($j = 0, $_size = sizeof($help_block[$i]); $j < $_size; $j++) { $template->assign_block_vars('faq_block.faq_row', array( 'FAQ_QUESTION' => $help_block[$i][$j]['question'], 'FAQ_ANSWER' => $help_block[$i][$j]['answer'], 'U_FAQ_ID' => 'f'.$help_block[$i][$j]['id']) ); $template->assign_block_vars('faq_block_link.faq_row_link', array( 'FAQ_LINK' => $help_block[$i][$j]['question'], 'U_FAQ_LINK' => '#f' . $help_block[$i][$j]['id']) ); } } } page_header($l_title); $template->set_filenames(array( 'body' => 'faq_body.html') ); make_jumpbox('viewforum.'.$phpEx); page_footer(); ?>