|
@@ 4027-4030 (lines=4) @@
|
| 4024 |
|
</div>'; |
| 4025 |
|
|
| 4026 |
|
// Dont any tables so far? |
| 4027 |
|
if (!empty($upcontext['previous_tables'])) |
| 4028 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4029 |
|
echo ' |
| 4030 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4031 |
|
|
| 4032 |
|
echo ' |
| 4033 |
|
<h3 id="current_tab_div">', $txt['upgrade_current_table'], ' "<span id="current_table">', $upcontext['cur_table_name'], '</span>"</h3> |
|
@@ 4531-4534 (lines=4) @@
|
| 4528 |
|
</div>'; |
| 4529 |
|
|
| 4530 |
|
// Done any tables so far? |
| 4531 |
|
if (!empty($upcontext['previous_tables'])) |
| 4532 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4533 |
|
echo ' |
| 4534 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4535 |
|
|
| 4536 |
|
echo ' |
| 4537 |
|
<h3 id="current_tab_div">', $txt['upgrade_current_table'], ' "<span id="current_table">', $upcontext['cur_table_name'], '</span>"</h3>'; |
|
@@ 4630-4633 (lines=4) @@
|
| 4627 |
|
</div>'; |
| 4628 |
|
|
| 4629 |
|
// Dont any tables so far? |
| 4630 |
|
if (!empty($upcontext['previous_tables'])) |
| 4631 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4632 |
|
echo ' |
| 4633 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4634 |
|
|
| 4635 |
|
echo ' |
| 4636 |
|
<h3 id="current_tab_div">', $txt['upgrade_current_table'], ' "<span id="current_table">', $upcontext['cur_table_name'], '</span>"</h3> |