From 431ddffe689166eecf58b990bc938fa151b63de1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 27 Oct 2012 02:36:59 +0000 Subject: Removed unneeded views by updating CFE for autoview --- squid-config-html.lsp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 squid-config-html.lsp (limited to 'squid-config-html.lsp') diff --git a/squid-config-html.lsp b/squid-config-html.lsp deleted file mode 100644 index 22d8bf4..0000000 --- a/squid-config-html.lsp +++ /dev/null @@ -1,15 +0,0 @@ -<% local form, viewlibrary, page_info, session = ... -require("htmlviewfunctions") -html = require("acf.html") -%> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("status") -end %> - -

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

-<% - form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action - local order = {"httpports", "accesslog", "diskcache", "authmethod"} - htmlviewfunctions.displayform(form, order) -%> -- cgit v1.2.3