|
@@ 3846-3849 (lines=4) @@
|
| 3843 |
|
</div>'; |
| 3844 |
|
|
| 3845 |
|
// Dont any tables so far? |
| 3846 |
|
if (!empty($upcontext['previous_tables'])) |
| 3847 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 3848 |
|
echo ' |
| 3849 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 3850 |
|
|
| 3851 |
|
echo ' |
| 3852 |
|
<h3 id="current_tab_div">', $txt['upgrade_current_table'], ' "<span id="current_table">', $upcontext['cur_table_name'], '</span>"</h3> |
|
@@ 4347-4350 (lines=4) @@
|
| 4344 |
|
</div>'; |
| 4345 |
|
|
| 4346 |
|
// Done any tables so far? |
| 4347 |
|
if (!empty($upcontext['previous_tables'])) |
| 4348 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4349 |
|
echo ' |
| 4350 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4351 |
|
|
| 4352 |
|
echo ' |
| 4353 |
|
<h3 id="current_tab_div">', $txt['upgrade_current_table'], ' "<span id="current_table">', $upcontext['cur_table_name'], '</span>"</h3>'; |
|
@@ 4448-4451 (lines=4) @@
|
| 4445 |
|
</div>'; |
| 4446 |
|
|
| 4447 |
|
// Dont any tables so far? |
| 4448 |
|
if (!empty($upcontext['previous_tables'])) |
| 4449 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4450 |
|
echo ' |
| 4451 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4452 |
|
|
| 4453 |
|
echo ' |
| 4454 |
|
<h3 id="current_tab_div">', $txt['upgrade_current_table'], ' "<span id="current_table">', $upcontext['cur_table_name'], '</span>"</h3> |