Code

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

gosa-plugins/gofon/gofon/phoneaccount/main.inc

index ebc64d3fe3570c95b15dc3adc45e6335f6f9e61f..02257d400c0af52b9dc5e75ab110ddef677ac476 100644 (file)
@@ -108,12 +108,11 @@ if ( $cleanup ){
 
        $info= "";
        if ($phoneAccount->is_account && empty($lock_msg)){
-               $display.= "<p class=\"plugbottom\">";
+               $display.= "<hr><div class='plugin-actions'>";
 
                /* 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;";
                        $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 {
@@ -125,7 +124,7 @@ if ( $cleanup ){
                        }
                        $display.= "<input type=\"hidden\" name=\"ignore\">\n";
                }
-               $display.= "</p>\n";
+               $display.= "</div>\n";
                $display.= "<input type=\"hidden\" name=\"ignore\">\n";
        }