- Sort out navigation menu error on startup [SME: 12946] - More places where floating panel needed - Adjust floating panel to make space around it the same - clean up some css
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
% layout 'defaultlight', title => 'Sme server 2 - Error P';
|
|
<div id='central' class='central not_found-panel module'>
|
|
<p><br><br>
|
|
The page you were requesting
|
|
"<%= $self->req->url->path || '/' %>"
|
|
could not be found.
|
|
<br><br>
|
|
%= link_to Welcome => '/'
|
|
</p>
|
|
</div> |