Code

... center -> middle, for all non templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 08:33:16 +0000 (08:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 08:33:16 +0000 (08:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@402 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_ogroup.inc
plugins/admin/ogroups/main.inc
plugins/admin/systems/class_phoneGeneric.inc
plugins/gofax/blocklists/main.inc

index 32dba79b58effb0c53484e0c5f72721120256745..06c348cf8739d945674e604144da07309805f98c 100644 (file)
@@ -87,7 +87,7 @@ class ogroup extends plugin
   {
     /* Do we represent a valid group? */
     if (!$this->is_account){
-      $display= "<img src=\"images/stop.png\" align=center>&nbsp;<b>".
+      $display= "<img src=\"images/stop.png\" align=\"middle\">&nbsp;<b>".
         _("This 'dn' is no object group.")."</b>";
       return ($display);
     }
index 0f3d17e1d6bd5a280d885bff15b44f4cd6b35b75..5b36041021ee79c4cbdb60ed3458f487ee0e4e0d 100644 (file)
@@ -32,7 +32,7 @@ if (!$remove_lock){
   if (isset($_SESSION['objectinfo'])){
     $display= print_header(get_template_path('images/ogroup.png'),
                           _("Object groups"),
-                          "<img align=\"center\" src=\"".
+                          "<img align=\"middle\" src=\"".
                           get_template_path('images/closedlock.png').
                           "\"> ".$_SESSION['objectinfo']);
   } else {
index 3d8675b97a5cc0adf9f37253a2fbed7f3737c2ce..f08bdb230af93a267115a4e3167a00a45746bf4b 100644 (file)
@@ -43,7 +43,7 @@ class phoneGeneric extends plugin
   {
     /* Do we represent a valid phone? */
     if (!$this->is_account && $this->parent == NULL){
-      $display= "<img src=\"images/stop.png\" align=center>&nbsp;<b>".
+      $display= "<img src=\"images/stop.png\" align=middle>&nbsp;<b>".
         _("This 'dn' has no phone features.")."</b>";
       return($display);
     }
index 63d51bb7ca6ff624d5c5d2119824f1c83ad02bd4..baa2dffd6fb69e5283cda8b2f97866d577737fbd 100644 (file)
@@ -17,7 +17,7 @@ if ($remove_lock){
 
        /* Page header*/
        if (isset($_SESSION['objectinfo'])){
-               $display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management"), "<img align=\"center\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+               $display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management"), "<img align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
        } else {
                $display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management"));
        }