Krang::CGI::Desk - displays stories on a particular desk
use Krang::ClassLoader 'CGI::Desk';
my $app = pkg('CGI::Desk')->new();
$app->run();
This application manages display of stories on desks for Krang.
Shows the paging desk view. This is the default runmode and it requires no parameters.
Checks out a list of checked objects.
Moves story to selected desk,
Moves list of checked stories to desks.
Redirects to the story edit screen
Redirects to the story history view
Redirects to the story element view