diff options
author | Mika Havela <mika.havela@gmail.com> | 2007-11-28 18:15:49 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2007-11-28 18:15:49 +0000 |
commit | d81ce7886c20e537161083279e9bc96cf6b74290 (patch) | |
tree | 91222d2be2251f71ac059598e82abe613ae22ccc /shorewall-list-html.lsp | |
parent | f9975a98a1e3404c2f75ed093f8de47f89b339e5 (diff) | |
download | acf-shorewall-d81ce7886c20e537161083279e9bc96cf6b74290.tar.bz2 acf-shorewall-d81ce7886c20e537161083279e9bc96cf6b74290.tar.xz |
Still have problems showing owner of a file in cleartext (instead of uid)
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@384 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'shorewall-list-html.lsp')
-rw-r--r-- | shorewall-list-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-list-html.lsp b/shorewall-list-html.lsp index 424349a..dc18373 100644 --- a/shorewall-list-html.lsp +++ b/shorewall-list-html.lsp @@ -6,5 +6,5 @@ <? for i = 1, table.maxn(view.filelist) do ?> <dt><?= html.link{value = view.url .. "/edit?name=" .. view.filelist[i].name , label=view.filelist[i].name } ?></dt> - <dd><i>Last modified:</i> <?= view.filelist[i].filedetails.mtime ?></dd> + <dd><i>Last modified:</i> <?= view.filelist[i].filedetails.mtimelong ?></dd> <? end ?> |