<%doc> ############################################################################### =head1 NAME bulk_edit.html -- edit containers in bulk. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2004-05-24 18:17:44 -0700 (Mon, 24 May 2004) $ =head1 DESCRIPTION =cut %#-- Once Section --# <%once>; my $type = 'element'; # Hack! my $disp = get_disp_name($type); my $sdisp = get_disp_name('story'); my $context = "Workflow | Profile | $sdisp | $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, tile_type => 'story', action => 'edit_bulk', show_summary => 1, &>
<& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#