From f9780f645bc94f2f79fc4e266e671d15232d4b9d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 4 Mar 2014 02:41:32 +0000 Subject: Change HTML views to use htmlviewfunctions.displayheader Modified some models to change labels --- modules-expert-html.lsp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules-expert-html.lsp (limited to 'modules-expert-html.lsp') diff --git a/modules-expert-html.lsp b/modules-expert-html.lsp new file mode 100644 index 0000000..9f15077 --- /dev/null +++ b/modules-expert-html.lsp @@ -0,0 +1,12 @@ +<% local form, viewlibrary, page_info, session = ... %> +<% htmlviewfunctions = require("htmlviewfunctions") %> + +<% htmlviewfunctions.displaycommandresults({"reload"}, session) %> + +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("edit") +end %> + +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("reload") +end %> -- cgit v1.2.3