Code

password dialog w3c conform
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 24 May 2005 13:40:50 +0000 (13:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 24 May 2005 13:40:50 +0000 (13:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@381 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/class_user.inc
plugins/personal/password/changed.tpl
plugins/personal/password/password.tpl

index d4babd96397c749061131ec74972ab8ea608fe77..9ffb790830e114571af81eee67e41f2acf33cd21 100644 (file)
@@ -231,7 +231,7 @@ class user extends plugin
 
     /* Do we represent a valid gosaAccount? */
     if (!$this->is_account){
-      echo "<img src=\"images/stop.png\" align=center>&nbsp;<b>".
+      echo "<img src=\"images/stop.png\" align=\"middle\">&nbsp;<b>".
         _("This account has no valid GOsa extensions.")."</b>";
       return;
     }
index 20846b75867b733b9dbc317811d6be94cf97f506..6a4ee50b5fd802095df66393a16f5e8615677bbb 100644 (file)
@@ -1,5 +1,5 @@
 <div class="plugtop">
-  <img src="{$headimage}" align=center>{t}Change password{/t}
+  <img alt="" src="{$headimage}" align="middle">{t}Change password{/t}
 </div>
 
 <p>
index f7661a0fa4f03d00c94285a9019882f5e8e21174..de958ab2d25e2a534534ffd307d2c0a251a50255 100644 (file)
@@ -1,5 +1,5 @@
 <div class="plugtop">
-  <img src="{$headimage}" align=center>{t}Change password{/t}
+  <img alt="" src="{$headimage}" align=middle>{t}Change password{/t}
 </div>
 
 <p>