<%doc> ############################################################################### =head1 Name edit_related.html - Edit related data for a container element. =head1 Description =cut <%once>; my $type = 'element'; my $disp = get_disp_name($type); my $mdisp = get_disp_name('media'); my $context = "Workflow | Profile | $mdisp | $disp |"; <%args> $id <& /widgets/wrappers/header.mc, title => "Select Related $mdisp", context => $context . get_state_data('container_prof', 'crumb') . " | Related $mdisp", popup => 1 &>
<& '/widgets/profile/related/edit.html', type => 'media', id => $id, args => \%ARGS &>
<& /widgets/wrappers/footer.mc &>