From 712b8caff7f279896b378afe23b3b4b0b173011b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 7 Jun 2011 13:46:49 +0000 Subject: Added table validation to list_table_entries and update_table_entry --- kamailio-viewtable-html.lsp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kamailio-viewtable-html.lsp') 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 @@ <% end %> +<% if form.errtxt then %> +

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

+<% end %> <% if #form.value.entries.value == 0 then %>

No entries found

<% end %> -- cgit v1.2.3