added dvd_nr to archive_backup_parts
[BackupPC.git] / lib / BackupPC / Search.pm
index b4b69c9..c72c54b 100644 (file)
@@ -482,6 +482,11 @@ var max_file_size = $max_archive_file_size;
        }
 
        $retHTML .= "</table>";
+
+       $retHTML .= q{
+<input type=submit name="scheduled" value="Show scheduled parts">
+       } unless $param->{scheduled};
+
        $retHTML .= "</form>";
       
        return $retHTML;