Changeset 7279 for modules/branches/2.5
- Timestamp:
- 11/16/08 12:37:21 (5 years ago)
- Files:
-
- modules/branches/2.5/dashboard/dashboard.css (modified) (1 diff)
- modules/branches/2.5/dashboard/page.index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/dashboard/dashboard.css
r7225 r7279 35 35 .infobox h3 { 36 36 color: white; 37 margin-bottom:2px;38 margin-top:3px;39 37 } 40 38 modules/branches/2.5/dashboard/page.index.php
r7238 r7279 282 282 global $astinfo; 283 283 $out = "<h3>"._("Uptime")."</h3><br />"; 284 $out .= '<table summary=" system information table">';284 $out .= '<table summary="'._('System Information Table').'">'; 285 285 /* 286 286 $out .= '<tr><th>Distro:</th><td>'.$sysinfo->distro().'</td></tr>';
