<%doc> ############################################################################### =head1 NAME bulk_edit.html -- edit containers in bulk. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2005-09-24 11:44:47 -0700 (Sat, 24 Sep 2005) $ =head1 DESCRIPTION =cut %#-- Once Section --# <%once>; my $type = 'element'; my $disp = get_disp_name($type); my $mdisp = get_disp_name('media'); my $context = "Workflow | Profile | $mdisp | $disp |"; %#-- Args Section --# <%args> %#-- Init Section --# <%init> %#-- Begin HTML --# <& /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, element_type => 'media', action => 'edit_bulk', show_summary => 1, args => \%ARGS, &>
<& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#