Tidy Nut UPS more and general formatting

This commit is contained in:
John Crisp
2025-07-07 17:24:24 +02:00
parent 5b7e0a4d94
commit f571879414
9 changed files with 141 additions and 107 deletions

View File

@@ -40,14 +40,14 @@
% if (!($url =~ /https:/)) {
% $url = 'https://' . $url;
%}
% }
<div class="container-fluid">
<a href="<%= "https://".$thisdomain."/" %>roundcube?_user=<%= $username %>">
<button class="" width=20em title="<%= l('Full Window') %>"><%= l('Full Window') %>
</button>
</a>
<object id="" data="<%=$url %>" title="<%= $c->stash('title') %>" type="text/html" ><%= $c->stash('title') %> not found</object>
<object data="<%=$url %>" title="<%= $c->stash('title') %>" type="text/html" ><%= $c->stash('title') %> not found</object>
</div>
</div>