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:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user