summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 62360af)
raw | patch | inline | side by side (parent: 62360af)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 08:02:49 +0000 (08:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 08:02:49 +0000 (08:02 +0000) |
plugins/admin/systems/info.tpl | patch | blob | history |
index df5b399d16e665dc87d059b8b757b50d26060f46..a11c3c6a60562ba9408e3a2a6c7a4f234ba406b2 100644 (file)
-<h2><img align="center" src="images/info_small.png"> {t}System information{/t}</h2>
+<h2><img align="middle" src="images/info_small.png"> {t}System information{/t}</h2>
<table style="width:100%;">
<tr>
<td style="vertical-align:top; width:50%">
{if $active eq "true"}
<br>
-<h2 style="border-top:1px solid #A0A0A0; padding-top:5px;"><img align="center" src="images/lamp.png"> {t}System status{/t}</h2>
+<h2 style="border-top:1px solid #A0A0A0; padding-top:5px;"><img align="middle" src="images/lamp.png"> {t}System status{/t}</h2>
<table style="width:100%">
<tr>
<td style="vertical-align:top; width:50%">
<td><b>{t}Up since{/t}</b></td><td>{$uptime}</td>
</tr>
<tr>
- <td><b>{t}CPU load{/t}</b></td><td><img src="progress.php?x=100&y=16&p={$load}" align="center"></td>
+ <td><b>{t}CPU load{/t}</b></td><td><img src="progress.php?x=100&y=16&p={$load}" align="middle"></td>
</tr>
<tr>
- <td><b>{t}Memory usage{/t}</b></td><td><img src="progress.php?x=100&y=16&p={$mem}" align="center"></td>
+ <td><b>{t}Memory usage{/t}</b></td><td><img src="progress.php?x=100&y=16&p={$mem}" align="middle"></td>
</tr>
<tr>
- <td><b>{t}Swap usage{/t}</b></td><td><img src="progress.php?x=100&y=16&p={$swap}" align="center"></td>
+ <td><b>{t}Swap usage{/t}</b></td><td><img src="progress.php?x=100&y=16&p={$swap}" align="middle"></td>
</tr>
<tr>
<td colspan=2> </td>