%doc> -- Device tasks for regular users -- Show drop-down box with devices for which user has permissions %doc> <%attr> title => 'Device Tasks for End Users' %attr> % % %####################################################################### %# %# Args section %# %####################################################################### <%args> $editints => undef $id => undef $user => $ui->get_current_user($r) $submit => undef $show_device => undef $show_tasks => undef $ifsort => "number" $showheader => 1 %args> % % % %####################################################################### %# %# INIT section %# %####################################################################### % <%init> my $DEBUG = 0; print '%ARGS is
', Dumper(%ARGS), '
% if ( @devs ){
% }else{ No devices available for this user. % }