<%doc> =head1 NAME bulk_super_edit.html -- edit aLL elements of containers in bulk. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2004-05-24 18:17:44 -0700 (Mon, 24 May 2004) $ =head1 DESCRIPTION Super bulk edit for media. =cut <%once>; my $type = 'element'; # Hack! my $disp = get_disp_name($type); my $sdisp = get_disp_name('media'); my $context = "Workflow | Profile | $sdisp | $disp |"; <%init>; <& /widgets/wrappers/sharky/header.mc, title => "$disp Profile", context => $context . get_state_data('container_prof', 'crumb') || '' . ' | "' . get_state_data('container_prof', 'field') || '' . '"' &>
<& /widgets/container_prof/container_prof.mc, tile_type => 'media', action => 'edit_super_bulk', show_summary => 1, &>
<& /widgets/wrappers/sharky/footer.mc &>