summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 10:00:30 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 10:00:30 +0000
commit750b422ef4b1ee7123704b96da1caf936dc22a1b (patch)
treeaa1d407c18de9cf6b4007668445dcb12d7b8f693
parent85075e70e38dfdf722d24e467c198df010d9a4ce (diff)
downloadacf-alpine-baselayout-750b422ef4b1ee7123704b96da1caf936dc22a1b.tar.bz2
acf-alpine-baselayout-750b422ef4b1ee7123704b96da1caf936dc22a1b.tar.xz
Minor cleanup of styling in logfiles status html view
-rw-r--r--logfiles-status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp
index 2e42fd4..e85a9ba 100644
--- a/logfiles-status-html.lsp
+++ b/logfiles-status-html.lsp
@@ -71,7 +71,7 @@ end
<td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename}, label="", option="View", action="view" }), page_info, -1) %></td>
<td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename}, label="", option="Tail", action="tail" }), page_info, -1) %></td>
<td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, viewtype=viewtype}, label="", option="Download", action="download" }), page_info, -1) %></td>
- <td><span style="display:none"><%= convertsize(file.value.filesize.value) %>b</span><%= html.html_escape(file.value.filesize.value) %></td>
+ <td><span class="hide"><%= convertsize(file.value.filesize.value) %>b</span><%= html.html_escape(file.value.filesize.value) %></td>
<td><%= html.html_escape(file.value.mtime.value) %></td>
<td><%= html.html_escape(file.value.filename.value) %></td>
</tr>