& /widgets/wrappers/header.mc, title => "Select Related $mdisp", context => "$context $crumb Related $mdisp", popup => 1 &>
<& /widgets/wrappers/footer.mc &> <%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 |"; %once> <%args> $id => undef %args> <%init>; my $crumb = get_state_data('container_prof', 'crumb') || ''; $crumb .= ' |' if $crumb; if ($id) { set_state_data('container_prof', relate_to_id => $id ); } else { $id = get_state_data('container_prof', 'relate_to_id' ); } die "no value sent for required parameter 'id'" unless $id; %init> <%doc> ############################################################################### =head1 Name edit_related.html - Edit related data for a container element. =head1 Description