From 095aa6596a8c0414fbf8b266a83316423f681e2e Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 7 Oct 2009 13:31:05 +0200 Subject: Graphical fix. Modifying
to fix skin issues. --- rc-status-html.lsp | 2 ++ syslog-config-html.lsp | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rc-status-html.lsp b/rc-status-html.lsp index 514f1df..851050e 100644 --- a/rc-status-html.lsp +++ b/rc-status-html.lsp @@ -4,6 +4,7 @@ <% displaycommandresults({"edit"}, session) %>

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

+
<% if session.permissions.rc.edit then %> @@ -21,3 +22,4 @@ for i,item in ipairs(view.value) do %> <% end %>
+
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp index a8ed0a9..dd9ad02 100644 --- a/syslog-config-html.lsp +++ b/syslog-config-html.lsp @@ -15,9 +15,10 @@ io.write("") end %>

Configuration

+

Advanced Configuration

<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action %> <% displayformstart(form) %> -

Advanced Configuration

+

General

<% @@ -41,6 +42,7 @@ end %> %>

Save and Apply Above Settings

+
<% displayformend(form) %> <% if viewlibrary and viewlibrary.dispatch_component then -- cgit v1.2.3