<%= $username %> |
<%= $first %> <%=$last %> |
<%= $vpnaccess %> |
<%= $fwd %> |
% if ($useraccounts_user_name eq "admin") {
%$actionModify = qq{
%
%
%
%};
%$actionResetPw = qq{
%
%
%
%};
% } else {
%$actionModify = qq{
%
%
%
%};
% }
% if ($password_set ne "yes") {
%#$actionLock = l("ACCOUNT_LOCKED");
%$actionLock = qq{
%
%
%
%};
%$actionResetPw = qq{
%
%
%
%};
% } elsif ($useraccounts_user_name ne "admin") {
%$actionLock = qq{
%
%
%
%};
%$actionResetPw = qq{
%
%
%
%};
% }
% if ( $removable eq "yes" ) {
%$actionRemove = qq{
%
%
%
%};
% }
% $actionroundcube = qq{
%
%
%
%};
<%= $c->render_to_string(inline => $actionModify) %> |
<%= $c->render_to_string(inline => $actionResetPw) %> |
<%= $c->render_to_string(inline => $actionLock) %> |
<%= $c->render_to_string(inline => $actionRemove) %> |
<%= $c->render_to_string(inline => $actionroundcube) %> |
% }