1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Tweaked some of the upgrade checks and default forum order after upgrade.

This commit is contained in:
Cameron
2015-04-20 11:31:52 -07:00
parent 75c2343698
commit 5eac3a81b5
3 changed files with 55 additions and 12 deletions

View File

@@ -215,7 +215,7 @@ function step2()
else
{
$text = "<form method='post' action='" . e_SELF . "?step=3'>
<input class='btn' type='submit' name='nextStep[3]' value='Proceed to step 3' />
<input class='btn btn-success' type='submit' name='nextStep[3]' value='Proceed to step 3' />
</form>";
}
$ns -> tablerender('Step 2: Forum table creation', $mes -> render() . $text);
@@ -791,11 +791,11 @@ function step10()
if ($_SESSION['forumupdate']['attachment_total'] == 0)
{
$text .= "
$text = "
No forum attachments found.
<br /><br />
<form method='post' action='" . e_SELF . "?step=11'>
<input class='btn' type='submit' name='nextStep[11]' value='Proceed to step 11' />
<input class='btn btn-success' type='submit' name='nextStep[11]' value='Proceed to step 11' />
</form>
";
$ns -> tablerender($stepCaption, $text);