<%doc> ############################################################################### =head1 NAME edit_related.html - Edit related data for a container element. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2006-06-22 16:45:48 -0700 (Thu, 22 Jun 2006) $ =head1 DESCRIPTION =cut <%once>; my $type = 'element'; my $disp = get_disp_name($type); my $sdisp = get_disp_name('story'); my $mdisp = get_disp_name('media'); my $context = "Workflow | Profile | $sdisp | $disp |"; <%args> <%init>; my $crumb = get_state_data('container_prof', 'crumb') || ''; $crumb .= ' |' if $crumb; <& /widgets/wrappers/sharky/header.mc, title => "Select Related $mdisp", context => "$context $crumb Related $mdisp" &>
<& /widgets/container_prof/container_prof.mc, element_type => 'story', action => 'edit_related_media', args => \%ARGS, &>
<& /widgets/wrappers/sharky/footer.mc &>