From 1b3c34d05eff22261344a1184422d7a2f41f19e4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Mar 2014 22:57:43 +0000 Subject: Added grep field to filedetails HTML view --- app/filedetails-html.lsp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/filedetails-html.lsp') diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 3f023be..3116722 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -17,6 +17,9 @@ header_level = htmlviewfunctions.displayheader(cfe({label="File Details"}), page htmlviewfunctions.displayitem(form.value.filename) htmlviewfunctions.displayitem(form.value.filesize) 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) +end %> <% -- cgit v1.2.3