From 50b8c1bd4d52e53ab9ce98c67550b995a5682865 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 4 Feb 2014 17:02:41 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- kamailio-listtables-html.lsp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kamailio-listtables-html.lsp') diff --git a/kamailio-listtables-html.lsp b/kamailio-listtables-html.lsp index e6f8733..801a433 100644 --- a/kamailio-listtables-html.lsp +++ b/kamailio-listtables-html.lsp @@ -4,8 +4,7 @@ <% htmlviewfunctions.displaycommandresults({"createdatabase"}, session) %> -

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

-
+

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

<% for i,table in ipairs(form.value) do %>
  • <% if viewlibrary.check_permission("viewtable") then %> @@ -14,11 +13,12 @@ <%= html.html_escape(table) %> <% end %> <% end %> + <% if #form.value == 0 and viewlibrary.check_permission("createdatabase") then %> -
    Create Database
    +

    Create Database

    +
    "> -
    + - + <% end %> -
  • -- cgit v1.2.3