Code

img must be middle not center aligned
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 08:02:49 +0000 (08:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 08:02:49 +0000 (08:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@391 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/info.tpl

index df5b399d16e665dc87d059b8b757b50d26060f46..a11c3c6a60562ba9408e3a2a6c7a4f234ba406b2 100644 (file)
@@ -1,4 +1,4 @@
-<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%">
@@ -84,7 +84,7 @@
 
 {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&amp;y=16&amp;p={$load}" align="center"></td>
+     <td><b>{t}CPU load{/t}</b></td><td><img src="progress.php?x=100&amp;y=16&amp;p={$load}" align="middle"></td>
     </tr>
     <tr>
-     <td><b>{t}Memory usage{/t}</b></td><td><img src="progress.php?x=100&amp;y=16&amp;p={$mem}" align="center"></td>
+     <td><b>{t}Memory usage{/t}</b></td><td><img src="progress.php?x=100&amp;y=16&amp;p={$mem}" align="middle"></td>
     </tr>
     <tr>
-     <td><b>{t}Swap usage{/t}</b></td><td><img src="progress.php?x=100&amp;y=16&amp;p={$swap}" align="center"></td>
+     <td><b>{t}Swap usage{/t}</b></td><td><img src="progress.php?x=100&amp;y=16&amp;p={$swap}" align="middle"></td>
     </tr>
     <tr>
      <td colspan=2>&nbsp;</td>