diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:05:25 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:05:25 +0000 |
commit | 1804387d97472d4d7151b2622d8c8f75192092de (patch) | |
tree | b717d02ddfc0c51819c4570b1da9ce4a2a6e1895 /dhcp-listsubnets-html.lsp | |
parent | 631b2333cf21f1ead47eb5761e06eab19ddf91b8 (diff) | |
download | acf-dhcp-1804387d97472d4d7151b2622d8c8f75192092de.tar.bz2 acf-dhcp-1804387d97472d4d7151b2622d8c8f75192092de.tar.xz |
Started work on updating for acf-core-0.15
Removed controllerfunctions library (still needs more work and corresponding work in model)
Updated startstop functionality and deleted view
Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
Diffstat (limited to 'dhcp-listsubnets-html.lsp')
-rw-r--r-- | dhcp-listsubnets-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-listsubnets-html.lsp b/dhcp-listsubnets-html.lsp index db302d0..f79cf78 100644 --- a/dhcp-listsubnets-html.lsp +++ b/dhcp-listsubnets-html.lsp @@ -1,7 +1,7 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"editsubnet", "delsubnet", "createsubnet"}, session) %> +<% htmlviewfunctions.displaycommandresults({"editsubnet", "delsubnet", "createsubnet"}, session) %> <H1>Subnet Declarations</H1> |