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

GUI fix for Update Page

This commit is contained in:
Cameron
2012-12-03 15:04:11 -08:00
parent 56cec58340
commit 412a58fd87
2 changed files with 57 additions and 50 deletions

View File

@@ -103,7 +103,7 @@ function show_updates($dbupdate, $what)
$updates = 0;
asort($dbupdate);
// asort($dbupdate);
foreach($dbupdate as $func => $rmks)
{
@@ -118,7 +118,7 @@ function show_updates($dbupdate, $what)
else
{
$updates ++;
$text .= "<td>".$frm->admin_button('update_core['.$func.']', LAN_UPDATE, 'update', '', "id=e-{$func}")."</td>";
$text .= "<td>".$frm->admin_button('update_core['.$func.']', LAN_UPDATE, 'warning', '', "id=e-{$func}")."</td>";
}
$text .= "</tr>\n";
}
@@ -135,7 +135,7 @@ function show_updates($dbupdate, $what)
{
$updates ++;
$mes->addDebug($reason);
$text .= "<td>".$frm->admin_button('update['.$func.']', LAN_UPDATE, 'update')."</td>";
$text .= "<td>".$frm->admin_button('update['.$func.']', LAN_UPDATE, 'warning')."</td>";
}
$text .= "</tr>\n";
}