git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5958
91ce42f0-d328-0410-95d8-
f526ca767f89
$bweb->location_del();
} elsif ($action eq 'media') {
+ $bweb->can_do('r_view_media');
+
print "<div><table border='0'><tr><td valign='top'>\n";
my $fields = $bweb->get_form(qw/db_locations db_pools expired
qlocations qpools volstatus qre_media
$a->display_content();
}
+} elsif ($action eq 'add_media') {
+ $bweb->add_media();
} elsif ($action eq 'eject_media') {
$bweb->eject_media();