Code

Center must be Middle, says W3c check ^^
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 24 May 2005 06:52:38 +0000 (06:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 24 May 2005 06:52:38 +0000 (06:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@355 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/generic.tpl
plugins/personal/generic/generic_picture.tpl
plugins/personal/generic/main.inc

index 3890bd0219719556a13b8368064a95d65f62dd96..fde78d2529b6a5d736eac8aa8b81d2f0ab5077e2 100644 (file)
@@ -3,7 +3,7 @@
  <!-- Headline container -->
  <tr>
   <td colspan=4>
-   <h2><img align="center" src="images/head.png"> {t}Personal information{/t}</h2>
+   <h2><img alt="" align="middle" src="images/head.png"> {t}Personal information{/t}</h2>
   </td>
  </tr>
 
  <!-- Headline container -->
  <tr>
   <td colspan=3>
-   <h2><img align="center" src="images/house.png"> {t}Organizational information{/t}</h2>
+   <h2><img alt="" align="middle" src="images/house.png"> {t}Organizational information{/t}</h2>
   </td>
  </tr>
 
index 29384aa5d8a964a08defa35d5bee20a36bfbd726..54fce2e3df2e0479b1e3e9935d2447193d25f6b7 100644 (file)
@@ -3,7 +3,7 @@
  <!-- Headline container -->
  <tr>
    <td colspan=2>
-     <h2><img align="center" src="images/head.png"> {t}Personal picture{/t}</h2>
+     <h2><img alt="" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
    </td>
  </tr>
 
index 5dc5c8d512feef81202a4aa284d7e1beb0e4d077..8e2cbc184109923e81303f7b4700141e6a15a46e 100644 (file)
@@ -158,7 +158,7 @@ if (!$remove_lock){
       $display.= "<input type=submit name=\"edit_finish\" value=\""._("Finish")."\">\n";
       $display.= "&nbsp;";
       $display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
-      $info= "<img align=\"center\" src=\"".get_template_path('images/closedlock.png').
+      $info= "<img align=\"middle\" src=\"".get_template_path('images/closedlock.png').
              "\"> ".$ui->dn."&nbsp;";
     } else {
       /* 'viewid' may be set by i.e. the phonelist plugin. This
@@ -169,11 +169,11 @@ if (!$remove_lock){
       } else {
         $str= _("Edit");
         $fn = "edit";
-        $info= "<img align=\"center\" src=\"".get_template_path('images/openlock.png').
+        $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
                "\"> ".$ui->dn."&nbsp;";
       }
       if ($fn == "edit" && isset($editacl) && $editacl != "#none#"){
-        $info.= "<img align=\"center\" src=\"".get_template_path('images/lamp.png')."\"> ".
+        $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\"> ".
                 _("Click the 'Edit' button below to change informations in this dialog");
         $display.= "<input type=submit name=\"$fn\" value=\"$str\">\n";
       }