diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-03-04 02:41:32 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-03-04 02:41:32 +0000 |
commit | f9780f645bc94f2f79fc4e266e671d15232d4b9d (patch) | |
tree | ba25e6d23f9a89891d4a01c5d1ffe4c59718c914 /modules-expert-html.lsp | |
parent | b0f4fadb7b62297b6dbd574b2a7d8eee0f990eb4 (diff) | |
download | acf-alpine-baselayout-f9780f645bc94f2f79fc4e266e671d15232d4b9d.tar.bz2 acf-alpine-baselayout-f9780f645bc94f2f79fc4e266e671d15232d4b9d.tar.xz |
Change HTML views to use htmlviewfunctions.displayheader
Modified some models to change labels
Diffstat (limited to 'modules-expert-html.lsp')
-rw-r--r-- | modules-expert-html.lsp | 12 |
1 files changed, 12 insertions, 0 deletions
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 %> |