blob: 9f8c397d020f58aaffe5b7d72e212218e2d2638c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<% local data, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
<% displaycommandresults({"editracoon", "editipsec"}, session, true) %>
<%
viewlibrary.dispatch_component("status")
viewlibrary.dispatch_component("editracoon")
viewlibrary.dispatch_component("editipsec")
%>
|