summaryrefslogtreecommitdiffstats
path: root/provisioning-getdevicevalues-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-11-04 08:09:49 +0000
committerTed Trask <ttrask01@yahoo.com>2010-11-04 08:09:49 +0000
commitcec69e828dec2ce30a1f2cb4721c40d91c1a75b8 (patch)
treea9bb52c959a043104cfeb1482bbb54e85ac56ba8 /provisioning-getdevicevalues-html.lsp
parent0ae343e0a60d5ff727af3619e6d22309846529ef (diff)
downloadacf-provisioning-cec69e828dec2ce30a1f2cb4721c40d91c1a75b8.tar.bz2
acf-provisioning-cec69e828dec2ce30a1f2cb4721c40d91c1a75b8.tar.xz
Added getdevicevalues with templated viewtype to load template with haserl.
Diffstat (limited to 'provisioning-getdevicevalues-html.lsp')
-rw-r--r--provisioning-getdevicevalues-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/provisioning-getdevicevalues-html.lsp b/provisioning-getdevicevalues-html.lsp
index 7404ca7..c942a5c 100644
--- a/provisioning-getdevicevalues-html.lsp
+++ b/provisioning-getdevicevalues-html.lsp
@@ -3,6 +3,7 @@
<H1><%= html.html_escape(form.label) %></H1>
<%
+if form.errtxt then io.write("<P CLASS='error'>" .. string.gsub(html.html_escape(form.errtxt), "\n", "<BR>") .. "</P>\n") end
displayitem(form.value.device_id)
displayitem(form.value.name)
displayitem(form.value.label)