Code

replaced plugbottom by pluin-actions
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 14:43:25 +0000 (14:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 14:43:25 +0000 (14:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16293 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/faxaccount/main.inc

index 4985c0990e7d4941c25b64a88ea237f452141eba..2bcbb0722d051bd2eeb2044bbe4f3e86b62c04e8 100644 (file)
@@ -91,12 +91,11 @@ if ( $cleanup ){
                $gofaxAccount->is_account       && 
                empty($lock_msg)){
 
-               $display.= "<p class=\"plugbottom\">\n";
+               $display.= "<hr>div class='plugin-actions'>\n";
 
                /* Are we in edit mode? */
                if (session::is_set('edit')){
                        $display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
-                       $display.= "&nbsp;\n";
                        $display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
                        $info= "<img alt='' align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".$ui->dn."&nbsp;";
                } else {
@@ -108,7 +107,7 @@ if ( $cleanup ){
                        }
                        $display.= "<input type=\"hidden\" name=\"ignore\">\n";
                }
-               $display.= "</p>";
+               $display.= "</div>";
        }
        
        /* Page header*/