<%doc> ############################################################################### =head1 NAME edit_related.html - Edit related data for a container element. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2005-09-24 20:44:47 +0200 (Sat, 24 Sep 2005) $ =head1 DESCRIPTION =cut %#-- Once Section --# <%once>; my $type = 'element'; my $disp = get_disp_name($type); my $sdisp = get_disp_name('story'); my $context = "Workflow | Profile | $sdisp | $disp |"; %#-- Args Section --# <%args> %#-- Init Section --# <%init>; my $crumb = get_state_data('container_prof', 'crumb') || ''; $crumb .= ' |' if $crumb; %#-- Begin HTML --# <& /widgets/wrappers/sharky/header.mc, title => "Select Related $sdisp", context => "$context $crumb Related $sdisp" &>
<& /widgets/container_prof/container_prof.mc, element_type => 'story', action => 'edit_related_story' &>
<& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#