| @@ 4224-4226 (lines=3) @@ | ||
| 4221 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 4222 | <ul>'; |
|
| 4223 | ||
| 4224 | foreach ($upcontext['steps'] as $num => $step) |
|
| 4225 | echo ' |
|
| 4226 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 4227 | ||
| 4228 | echo ' |
|
| 4229 | </ul> |
|
| @@ 1875-1877 (lines=3) @@ | ||
| 1872 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1873 | <ul>'; |
|
| 1874 | ||
| 1875 | foreach ($incontext['steps'] as $num => $step) |
|
| 1876 | echo ' |
|
| 1877 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1878 | ||
| 1879 | echo ' |
|
| 1880 | </ul> |
|