diff options
author | Mika Havela <mika.havela@gmail.com> | 2009-10-07 16:42:53 +0200 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2009-10-07 16:42:53 +0200 |
commit | 878989065d9e92ab74ad310eca886323178d44f0 (patch) | |
tree | db928a888c6fee3b4bc9d00073e59758cc0f2e0b /weblog-viewwatchlist-html.lsp | |
parent | f4ed3e242468632ee5f6884752601223536e4900 (diff) | |
download | acf-weblog-878989065d9e92ab74ad310eca886323178d44f0.tar.bz2 acf-weblog-878989065d9e92ab74ad310eca886323178d44f0.tar.xz |
Graphical fix. Modifying <DL> to fix skin issues.\n Removing hardcoded backgroundcolor from table and using class=header instead to have the skins do the choosing of colors.
Diffstat (limited to 'weblog-viewwatchlist-html.lsp')
-rw-r--r-- | weblog-viewwatchlist-html.lsp | 4 |
1 files changed, 4 insertions, 0 deletions
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) %> <H1><%= html.html_escape(data.label) %></H1> +<DL> <TABLE id="watchlist" class="tablesorter"><THEAD> <TR style="background:#eee;font-weight:bold;"> <TH>Delete</TH> @@ -36,7 +37,10 @@ <% if #data.value == 0 then %> <p>No watchlist entries found</p> <% end %> +</DL> <% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].createwatchlistentry then viewlibrary.dispatch_component("createwatchlistentry") end %> + + |