* 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:
@@ -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
|
Reference in New Issue
Block a user