From cec69e828dec2ce30a1f2cb4721c40d91c1a75b8 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 4 Nov 2010 08:09:49 +0000 Subject: Added getdevicevalues with templated viewtype to load template with haserl. --- provisioning-getdevicevalues-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'provisioning-getdevicevalues-html.lsp') 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 @@

<%= html.html_escape(form.label) %>

<% +if form.errtxt then io.write("

" .. string.gsub(html.html_escape(form.errtxt), "\n", "
") .. "

\n") end displayitem(form.value.device_id) displayitem(form.value.name) displayitem(form.value.label) -- cgit v1.2.3