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