diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-03-17 16:21:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-03-17 16:21:02 +0000 |
commit | fac49f7ab11ad399ac380459ef183f92478b03b4 (patch) | |
tree | 1758ecdfcdd7f06c793933683a4981e39b21548f /health-networkstats-html.lsp | |
parent | badb1b3f5477611441c2c3e91ae9eb9263120bae (diff) | |
download | acf-alpine-baselayout-fac49f7ab11ad399ac380459ef183f92478b03b4.tar.bz2 acf-alpine-baselayout-fac49f7ab11ad399ac380459ef183f92478b03b4.tar.xz |
Change htmlviewfunctions.displayheader to .displaysectionstart and added .displaysectionend function
Diffstat (limited to 'health-networkstats-html.lsp')
-rw-r--r-- | health-networkstats-html.lsp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/health-networkstats-html.lsp b/health-networkstats-html.lsp index d04163a..16956d3 100644 --- a/health-networkstats-html.lsp +++ b/health-networkstats-html.lsp @@ -142,7 +142,7 @@ }); </script> -<% htmlviewfunctions.displayheader(view, page_info) %> +<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %> <p>Network traffic in bytes/second</p> <div id="chart" style="width:680px; height:300px;"></div> @@ -177,3 +177,5 @@ Start / Stop <% end %> </table> <% --]] %> + +<% htmlviewfunctions.displaysectionend(header_level) %> |