From 878989065d9e92ab74ad310eca886323178d44f0 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 7 Oct 2009 16:42:53 +0200 Subject: Graphical fix. Modifying
to fix skin issues.\n Removing hardcoded backgroundcolor from table and using class=header instead to have the skins do the choosing of colors. --- weblog-viewactivitylog-html.lsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'weblog-viewactivitylog-html.lsp') diff --git a/weblog-viewactivitylog-html.lsp b/weblog-viewactivitylog-html.lsp index 516b79e..a272544 100644 --- a/weblog-viewactivitylog-html.lsp +++ b/weblog-viewactivitylog-html.lsp @@ -4,9 +4,10 @@ <% local subdata, pagedata = paginate(data.value, page_info.clientdata, 100) %>

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

+
<% displaypagination(pagedata, page_info) %> - + @@ -25,3 +26,4 @@ <% if #data.value == 0 then %>

No history found

<% end %> + -- cgit v1.2.3
Date Message