diff options
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 %> + + |