Code

Fixed some typos
[gosa.git] / plugins / admin / fai / class_faiPartitionTableEntry.inc
index 587f8379ab409f82914753644f3db928a20fb74e..219f62da77375c70383bb6f10945fc15e8b02cdc 100644 (file)
@@ -81,6 +81,9 @@ class faiPartitionTableEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $s_action   = "";
@@ -170,7 +173,7 @@ class faiPartitionTableEntry extends plugin
     $FAIfsTypes       = array("ext2","ext3","xfs","swap","reiserfs","dosfat16","winfat32");
 
     /* Display Header */
-    $str = "<table style='width:100%'>";
+    $str = "<table summary='' style='width:100%'>";
     if (count($this->partitions)){
       $str .= "<tr>";
       $str .= "<td>"._("Type")."</td>";