summaryrefslogtreecommitdiffstats
path: root/modules-expert-html.lsp
blob: 9f150775cca558ac53b8caa9132905ae871b08e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 %>