1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

More GUI fixes.

This commit is contained in:
Cameron
2012-11-28 23:34:40 -08:00
parent a35bcc8432
commit 1bf01802d2
8 changed files with 139 additions and 146 deletions

View File

@@ -756,7 +756,7 @@ $ns->tablerender(UCSLAN_21, $text);
$db_status = $e_userclass->update_db(TRUE) ? "Updated" : "Original";
$text = "<div style='text-align:center'>
<form method='post' action='".e_SELF."?test' id='testForm'>
<table class='fborder' style='".ADMIN_WIDTH."'>
<table class='table adminform'>
<tr><td class='fcaption' style='text-align:center' colspan='2'>Test Functions and Information</td></tr>";
$text .= "<tr><td style='text-align:center' colspan='2'>DB Status: ".$db_status."</td></tr>";
$text .= "<tr><td><input class='button' type='submit' name='add_db_fields' value='Add new DB fields' />First required step</td>";