diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-09-18 12:16:30 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-09-18 12:16:30 +0000 |
commit | b167d7758dbcc813730800def07dedbc1198902e (patch) | |
tree | a8051e137b57d0aad4d0031c8830c439e18070fa /app/filedetails-html.lsp | |
parent | b482f14c60346cc5382ca28ae0db9ccc73bbda1b (diff) | |
download | acf-core-b167d7758dbcc813730800def07dedbc1198902e.tar.bz2 acf-core-b167d7758dbcc813730800def07dedbc1198902e.tar.xz |
Added parser library. Display filecontent descr in filedetails.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1474 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/filedetails-html.lsp')
-rw-r--r-- | app/filedetails-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 5b51500..4c1f116 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -25,6 +25,7 @@ displayitem(form.value.mtime) <%= html.html_escape(form.value.filecontent.value) %> </textarea> <% if form.value.filecontent.errtxt then %><P CLASS='error'><%= string.gsub(form.value.filecontent.errtxt, "\n", "<BR>") %></P><% end %> +<% if form.value.filecontent.descr then %><P CLASS='descr'><%= string.gsub(form.value.filecontent.descr, "\n", "<BR>") %></P><% end %> <% if form.type == "form" then %> <H3>Save</H3> |