Remove headfings in Error and status and sort out non global opening of DBs

This commit is contained in:
2025-03-31 19:03:54 +01:00
105 changed files with 146 additions and 1239 deletions

View File

@@ -28,16 +28,16 @@
%} elsif ($c->stash('success')) {
<div class='success '>
<h2><%=$c->l('Status Report') %></h2><p>
%= $c->l($c->stash('success'));
<p>
%= $c->l($c->stash('success'));
</p>
</div>
<br />
%} elsif ($c->stash('error')) {
<div class='sme-error'>
<h2><%=$c->l('Error Status Report') %></h2><p>
%= $c->l($c->stash('error'));
<p>
%= $c->l($c->stash('error'));
</p>
</div>
<br />