* Sat Sep 27 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme

- Add css to make embedded static version look a bit better [SME: 13195]
This commit is contained in:
2025-09-27 10:06:35 +01:00
parent c8ce77259d
commit 8964829c1c
4 changed files with 214 additions and 11 deletions

View File

@@ -15,10 +15,10 @@
</div>
%}
<%= link_to 'Visit External Website' => $c->stash('php_url'), target => '_blank', rel => 'noopener noreferrer' %>
<%= link_to 'Full Screen' => $c->stash('php_url2'), class => 'button-like', target => '_blank', rel => 'noopener noreferrer' %>
<h1>Legacy-<%=$c->l('psi_phpsysinfo') %></h1><br>
<h1><%= $c->l('psi_phpsysinfo')%></h1><br>
%== $c->stash('phpsysinfo');
%== "<div id=page-wrapper>".$c->stash('phpsysinfo')."</div>";
%end