diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-04-25 07:26:28 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-04-25 07:26:28 +0000 |
commit | 7562648c656a32dbca9ffa3984485d208eda09a7 (patch) | |
tree | d7844a47a1a10dc58fab3c6ed07896d96ee35a15 | |
parent | 42029e2ecdb3c68f10a567e0724490c726f70f14 (diff) | |
download | acf-kamailio-7562648c656a32dbca9ffa3984485d208eda09a7.tar.bz2 acf-kamailio-7562648c656a32dbca9ffa3984485d208eda09a7.tar.xz |
Minor cleanup of styling in listfiles html view
-rw-r--r-- | kamailio-listfiles-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kamailio-listfiles-html.lsp b/kamailio-listfiles-html.lsp index c2ebfb2..feee2db 100644 --- a/kamailio-listfiles-html.lsp +++ b/kamailio-listfiles-html.lsp @@ -57,7 +57,7 @@ end %> <tr> <td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="edit"}), page_info, -1) %></td> <td><%= html.html_escape(file.filename) %></td> - <td><span style="display:none"><%= convertsize(file.size) %>b</span><%= html.html_escape(file.size) %></td> + <td><span class="hide"><%= convertsize(file.size) %>b</span><%= html.html_escape(file.size) %></td> <td><%= html.html_escape(file.mtime) %></td> </tr> <% end %> |