From 740a6df21aaf7df06fc25ebabc9457baf800443c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 12 Apr 2014 04:14:24 +0000 Subject: Changes to use new htmlviewfunctions functions --- openvpn-statusinfo-html.lsp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openvpn-statusinfo-html.lsp') diff --git a/openvpn-statusinfo-html.lsp b/openvpn-statusinfo-html.lsp index ba9881e..68e7b1e 100644 --- a/openvpn-statusinfo-html.lsp +++ b/openvpn-statusinfo-html.lsp @@ -23,8 +23,8 @@ <% viewlibrary.dispatch_component("viewconfig") %> -

Status

-

Connected clients

+<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Status"}), page_info) %> +<% local header_level2 = htmlviewfunctions.displaysectionstart(cfe({label="Connected clients"}), page_info, htmlviewfunctions.incrementheader(header_level)) %> @@ -48,3 +48,5 @@ <% end %>
Common Name
Connected at
+<% htmlviewfunctions.displaysectionend(header_level2) %> +<% htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3