summaryrefslogtreecommitdiffstats
path: root/tinydns-edit-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-12-30 14:15:40 +0000
committerTed Trask <ttrask01@yahoo.com>2015-12-30 14:15:40 +0000
commit83314ddee80f13f6f58dbcc4ab77b9052ec1e939 (patch)
treea6a536dd7ed8b9533e1143a06fc55f3efa5d23dc /tinydns-edit-html.lsp
parent4208207f8a8069baf4f6a2f5d4e46e058337e244 (diff)
downloadacf-tinydns-83314ddee80f13f6f58dbcc4ab77b9052ec1e939.tar.bz2
acf-tinydns-83314ddee80f13f6f58dbcc4ab77b9052ec1e939.tar.xz
Change file actions filesize to size, size and mtime not user-friendly, use posix.stat over fs.stat, use new format functions
Diffstat (limited to 'tinydns-edit-html.lsp')
-rw-r--r--tinydns-edit-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinydns-edit-html.lsp b/tinydns-edit-html.lsp
index 0b14b36..212f222 100644
--- a/tinydns-edit-html.lsp
+++ b/tinydns-edit-html.lsp
@@ -211,7 +211,7 @@ end
header_level2 = htmlviewfunctions.displaysectionstart(cfe({label="File Details"}), page_info, htmlviewfunctions.incrementheader(header_level))
htmlviewfunctions.displayitem(form.value.filename)
-htmlviewfunctions.displayitem(form.value.filesize)
+htmlviewfunctions.displayitem(form.value.size)
htmlviewfunctions.displayitem(form.value.mtime)
if form.value.grep and form.value.grep.value and form.value.grep.value ~= "" then
htmlviewfunctions.displayitem(form.value.grep)