summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 07:21:57 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 07:21:57 +0000
commit6a79b3c8d52743b493ffc6478e3c545a2e31e248 (patch)
treea9ded686c89af6f0113339ab4fadcf2ab72e73f4
parent4d2d461f33b8f0ac37c9e4effaf5ff02204a5934 (diff)
downloadacf-asterisk-6a79b3c8d52743b493ffc6478e3c545a2e31e248.tar.bz2
acf-asterisk-6a79b3c8d52743b493ffc6478e3c545a2e31e248.tar.xz
Minor cleanup of styling in listfiles html view
-rw-r--r--asterisk-listfiles-html.lsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/asterisk-listfiles-html.lsp b/asterisk-listfiles-html.lsp
index c9ba583..765b54a 100644
--- a/asterisk-listfiles-html.lsp
+++ b/asterisk-listfiles-html.lsp
@@ -58,10 +58,9 @@ 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 %>
</tbody></table>
<% htmlviewfunctions.displaysectionend(header_level) %>
-