From 8591d4e3963900082bc6468fe37eb08ce930faec Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 14 Aug 2008 01:31:17 +0000 Subject: * luci/libs: improved cbi templates * luci/modules: fix layout of sshkeys page in admin-full --- .../luasrc/view/admin_system/sshkeys.htm | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'modules/admin-full/luasrc/view/admin_system') diff --git a/modules/admin-full/luasrc/view/admin_system/sshkeys.htm b/modules/admin-full/luasrc/view/admin_system/sshkeys.htm index 9a08af9e3..7b636090c 100644 --- a/modules/admin-full/luasrc/view/admin_system/sshkeys.htm +++ b/modules/admin-full/luasrc/view/admin_system/sshkeys.htm @@ -12,28 +12,28 @@ You may obtain a copy of the License at $Id$ -%> -<%+header%> -

<%:system%>

-

<%:a_s_sshkeys%>

- -
- -
<%:a_s_sshkeys1%>
-
+<%+header%>
-
-
-
- -
+
+

<%:a_s_sshkeys%>

+
+ <%:a_s_sshkeys1%>
+
+ <%:a_s_sshkeys%> + + <% if msg then -%> +
<%:error%>: <%=msg%>
+ <% end %> +
+
- - + +
- <% if msg then %>
<%:error%>: <%=msg%>
<% end %> -<%+footer%> \ No newline at end of file + +<%+footer%> -- cgit v1.2.3