First shot at Email icon in action col for user accounts
This commit is contained in:
parent
fe62bd3e39
commit
c4f9d67abc
@ -76,11 +76,17 @@
|
|||||||
% $actionRemove = "<a href='useraccountsd?CsrfDef=TOKEN&trt=DEL&user=" . $username . "'>" . "<button class='sme-remove-button' title=".l("REMOVE").">".l("REMOVE")."</button></a>";
|
% $actionRemove = "<a href='useraccountsd?CsrfDef=TOKEN&trt=DEL&user=" . $username . "'>" . "<button class='sme-remove-button' title=".l("REMOVE").">".l("REMOVE")."</button></a>";
|
||||||
% }
|
% }
|
||||||
% }
|
% }
|
||||||
|
%
|
||||||
|
% my $thisdomain = session 'SystemName';
|
||||||
|
% $thisdomain .= ".".session 'DomainName';
|
||||||
|
|
||||||
<td class='sme-border' style="min-width:35em">
|
<td class='sme-border' style="min-width:35em">
|
||||||
<%= $c->render_to_string(inline => $actionModify) %>
|
<%= $c->render_to_string(inline => $actionModify) %>
|
||||||
<%= $c->render_to_string(inline => $actionResetPw) %>
|
<%= $c->render_to_string(inline => $actionResetPw) %>
|
||||||
<%= $c->render_to_string(inline => $actionLock) %>
|
<%= $c->render_to_string(inline => $actionLock) %>
|
||||||
<%= $c->render_to_string(inline => $actionRemove) %>
|
<%= $c->render_to_string(inline => $actionRemove) %>
|
||||||
|
%# <a href="<%= "https://sme11.thereadclan.me.uk/" %>roundcube?_user=<%= $username %>"><button class="sme-email-button" title="<%= l('EMAIL') %>"><%= l('EMAIL') %></button></a>
|
||||||
|
<a href="<%= "legacypanel/?url=https://".$thisdomain."/" %>roundcube?_user=<%= $username %>"><button class="sme-email-button" title="<%= l('EMAIL') %>"><%= l('EMAIL') %></button></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
% }
|
% }
|
||||||
|
Loading…
Reference in New Issue
Block a user