summaryrefslogtreecommitdiffstats
path: root/kamailio-viewtable-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-06-07 13:46:49 +0000
committerTed Trask <ttrask01@yahoo.com>2011-06-07 13:46:49 +0000
commit712b8caff7f279896b378afe23b3b4b0b173011b (patch)
treee0e654fc4b87c62b18c951e263529bcf8f5b2754 /kamailio-viewtable-html.lsp
parent6815f423917d9c43592961acd1fc8c6cc65b30f6 (diff)
downloadacf-kamailio-712b8caff7f279896b378afe23b3b4b0b173011b.tar.bz2
acf-kamailio-712b8caff7f279896b378afe23b3b4b0b173011b.tar.xz
Added table validation to list_table_entries and update_table_entry
Diffstat (limited to 'kamailio-viewtable-html.lsp')
-rw-r--r--kamailio-viewtable-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/kamailio-viewtable-html.lsp b/kamailio-viewtable-html.lsp
index f0c5ff9..28d4e13 100644
--- a/kamailio-viewtable-html.lsp
+++ b/kamailio-viewtable-html.lsp
@@ -41,6 +41,9 @@
</TR>
<% end %>
</TABLE>
+<% if form.errtxt then %>
+<p class="error"><%= html.html_escape(form.errtxt) %></p>
+<% end %>
<% if #form.value.entries.value == 0 then %>
<p>No entries found</p>
<% end %>