From c4f9d67abcc3f00758596871aa1250528520a8da Mon Sep 17 00:00:00 2001 From: Brian Read Date: Wed, 2 Oct 2024 16:42:58 +0100 Subject: [PATCH] First shot at Email icon in action col for user accounts --- .../themes/default/templates/partials/_usr_list.html.ep | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/usr/share/smanager/themes/default/templates/partials/_usr_list.html.ep b/root/usr/share/smanager/themes/default/templates/partials/_usr_list.html.ep index 77dfe35..663d983 100644 --- a/root/usr/share/smanager/themes/default/templates/partials/_usr_list.html.ep +++ b/root/usr/share/smanager/themes/default/templates/partials/_usr_list.html.ep @@ -76,11 +76,17 @@ % $actionRemove = "" . ""; % } % } + % + % my $thisdomain = session 'SystemName'; + % $thisdomain .= ".".session 'DomainName'; + <%= $c->render_to_string(inline => $actionModify) %> <%= $c->render_to_string(inline => $actionResetPw) %> <%= $c->render_to_string(inline => $actionLock) %> <%= $c->render_to_string(inline => $actionRemove) %> +%# roundcube?_user=<%= $username %>"> + roundcube?_user=<%= $username %>"> % }