diff --git a/themes/default/templates/files.html.ep b/themes/default/templates/files.html.ep index be68d11..a4389ec 100644 --- a/themes/default/templates/files.html.ep +++ b/themes/default/templates/files.html.ep @@ -3,9 +3,11 @@

<%= l('My files') %>

-
- <%= l('Only the files sent with this browser will be listed here. This list is stored in localStorage: if you delete your localStorage data, you\'ll lose this list.') %>
- <%= l('Rows in red mean that the files have expired and are no longer available.') %> +
+
+ <%= l('Only the files sent with this browser will be listed here. This list is stored in localStorage: if you delete your localStorage data, you\'ll lose this list.') %>
+ <%= l('Rows in red mean that the files have expired and are no longer available.') %> +
diff --git a/themes/default/templates/mail.html.ep b/themes/default/templates/mail.html.ep index 500919d..55e3a65 100644 --- a/themes/default/templates/mail.html.ep +++ b/themes/default/templates/mail.html.ep @@ -1,14 +1,14 @@
% if (defined(stash('msg'))) { -
-
+
+
<%= stash('msg')%>
% } -
-
+
+

<%= l('If you send the mail from this server, the links will be sent to the server, which may lower your privacy protection.') %>

<%= l('Adding URLs not related to this Lufi instance to the mail body or subject is prohibited.') %>

diff --git a/themes/default/templates/render.html.ep b/themes/default/templates/render.html.ep index 0152aac..eabc9a2 100755 --- a/themes/default/templates/render.html.ep +++ b/themes/default/templates/render.html.ep @@ -1,6 +1,6 @@ % if (!defined(stash('f')) && defined(stash('msg'))) { -
-
+
+
<%= stash('msg')%>