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-viewwatchlist-html.lsp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'weblog-viewwatchlist-html.lsp') diff --git a/weblog-viewwatchlist-html.lsp b/weblog-viewwatchlist-html.lsp index d17a42f..ba7b88a 100644 --- a/weblog-viewwatchlist-html.lsp +++ b/weblog-viewwatchlist-html.lsp @@ -14,6 +14,7 @@ <% displaycommandresults({"createwatchlistentry"}, session, true) %>

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

+
@@ -36,7 +37,10 @@ <% if #data.value == 0 then %>

No watchlist entries found

<% end %> + <% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].createwatchlistentry then viewlibrary.dispatch_component("createwatchlistentry") end %> + + -- cgit v1.2.3
Delete