diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-04-25 07:24:29 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-04-25 07:24:29 +0000 |
commit | 4c11860db6e54a5726c365bc592164360c71f7af (patch) | |
tree | 5e4d33b42d82f5ae7dcb1d06d4d9cc78d7c09e5f | |
parent | 3d6451d0b5fed1f8fbe5c431d1cfb7f002514373 (diff) | |
download | acf-dhcp-4c11860db6e54a5726c365bc592164360c71f7af.tar.bz2 acf-dhcp-4c11860db6e54a5726c365bc592164360c71f7af.tar.xz |
Minor cleanup of styling in listfiles html view
-rw-r--r-- | dhcp-listfiles-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-listfiles-html.lsp b/dhcp-listfiles-html.lsp index f39e60e..9af11cd 100644 --- a/dhcp-listfiles-html.lsp +++ b/dhcp-listfiles-html.lsp @@ -57,7 +57,7 @@ end %> <tr> <td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="expert"}), page_info, -1) %></td> <td><%= html.html_escape(file.filename) %></td> - <td><span style="display:none"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td> + <td><span class="hide"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td> <td><%= html.html_escape(file.mtime) %></td> </tr> <% end %> |