diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-10 15:34:51 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-10 15:34:51 +0000 |
commit | b6f00517ad0a3ef7e3bd32e0d3a99cfa558d6dc2 (patch) | |
tree | 58e4318c8527b73c882b865393bf269c9f8d3fad /did-viewactivitylog-html.lsp | |
parent | 0cbfb7a5849d68a9b16c361f092848982fac04e7 (diff) | |
download | acf-did-b6f00517ad0a3ef7e3bd32e0d3a99cfa558d6dc2.tar.bz2 acf-did-b6f00517ad0a3ef7e3bd32e0d3a99cfa558d6dc2.tar.xz |
UI fix
Diffstat (limited to 'did-viewactivitylog-html.lsp')
-rw-r--r-- | did-viewactivitylog-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/did-viewactivitylog-html.lsp b/did-viewactivitylog-html.lsp index f5ab305..6499c7a 100644 --- a/did-viewactivitylog-html.lsp +++ b/did-viewactivitylog-html.lsp @@ -1,6 +1,6 @@ <% local data, viewlibrary, page_info, session = ... %> <H1><%= html.html_escape(data.label) %></H1> -<TABLE> +<DL><TABLE> <TR style="background:#eee;font-weight:bold;"> <TD style="padding-right:20px;white-space:nowrap;" class="header">Date</TD> <TD style="padding-right:20px;white-space:nowrap;" class="header">Message</TD> @@ -22,3 +22,4 @@ <% if #data.value == 0 then %> <p>No history found</p> <% end %> +</DL> |