From 2e998a74933a039aa12bb9ce70f5a27d07bcc1cf Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:20:36 +0000 Subject: 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 --- qos-config-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qos-config-html.lsp') diff --git a/qos-config-html.lsp b/qos-config-html.lsp index 31c965a..02f0d2a 100644 --- a/qos-config-html.lsp +++ b/qos-config-html.lsp @@ -1,10 +1,10 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %>

<%= html.html_escape(form.label) %>

<% local order = {"DEV", "DEV_RATE", "INGRESS_ALG", "IFB_DEV", "INGRESS_RATE", "EGRESS_ALG", "EGRESS_RATE"} form.value.DEV.readonly = true - displayform(form, order, nil, page_info) + htmlviewfunctions.displayform(form, order, nil, page_info) %> -- cgit v1.2.3