More groups pseudonyms clamav and useraccounts work

This commit is contained in:
John Crisp
2025-05-15 20:32:05 +02:00
parent e7f8f7b289
commit f90583b285
11 changed files with 262 additions and 278 deletions

View File

@@ -2,28 +2,22 @@
% content_for 'module' => begin
%#= include 'partials/_panel_card_top'
%#= include 'partials/_panel_card_header'
<div class="card-body">
<!-- /.card-body -->
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $usr_datas
</p>
<div>
%= dumper $c->current_route
%= dumper $usr_datas
</div>
% }
<h1><%= $title%></h1>
% if ( $notif ) {
<br>
<span class="">
<%= $c->render_to_string(inline => $notif) %>
</span>
%}
<div class="text-danger">
<%= $c->render_to_string(inline => $notif) %>
</div>
% }
<h1><%= $title%></h1>
% if ($usr_datas->{trt} eq 'ADD' or $usr_datas->{trt} eq 'UPD') {
%= include 'partials/_usr_upd'
@@ -43,8 +37,5 @@
</div>
%#= include 'partials/_panel_card_footer'
%#= include 'partials/_panel_card_bottom'
%end