- 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
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
% layout 'default', title => 'Sme server 2 - Whatever D';
|
|
|
|
% content_for 'module' => begin
|
|
|
|
<div id="central " class="sme-error module">
|
|
<p><br>dev<br> What else !!!
|
|
The page you were requesting
|
|
"<%= $self->req->url->path || '/' %>"
|
|
could not be found.
|
|
<br>dev<br>
|
|
</p>
|
|
<p>
|
|
%= link_to Welcome => '/'
|
|
</p>
|
|
</div>
|
|
|
|
% end |