| @@ 1841-1843 (lines=3) @@ | ||
| 1838 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1839 | <ul>'; |
|
| 1840 | ||
| 1841 | foreach ($incontext['steps'] as $num => $step) |
|
| 1842 | echo ' |
|
| 1843 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1844 | ||
| 1845 | echo ' |
|
| 1846 | </ul> |
|
| @@ 3339-3341 (lines=3) @@ | ||
| 3336 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3337 | <ul>'; |
|
| 3338 | ||
| 3339 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3340 | echo ' |
|
| 3341 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3342 | ||
| 3343 | echo ' |
|
| 3344 | </ul> |
|