Remove headfings in Error and status and sort out non global opening of DBs
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user