summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-09-29 15:13:14 +0000
committerTed Trask <ttrask01@yahoo.com>2014-09-29 15:13:14 +0000
commitf652cfd01fd25af2bb9e3d404379b63961bd5af2 (patch)
treeb8f58c37dece5fe2acd2ca511acb5e96ddebdd14
parent2b91ec333e5d2f421e6d9a372c3bb18c7fee658b (diff)
downloadacf-freeradius3-f652cfd01fd25af2bb9e3d404379b63961bd5af2.tar.bz2
acf-freeradius3-f652cfd01fd25af2bb9e3d404379b63961bd5af2.tar.xz
Display errtxt in listmacauthfiles and listpasswdfiles HTML views
-rw-r--r--freeradius3-listmacauthfiles-html.lsp1
-rw-r--r--freeradius3-listpasswdfiles-html.lsp1
2 files changed, 2 insertions, 0 deletions
diff --git a/freeradius3-listmacauthfiles-html.lsp b/freeradius3-listmacauthfiles-html.lsp
index 01b230f..b2e446d 100644
--- a/freeradius3-listmacauthfiles-html.lsp
+++ b/freeradius3-listmacauthfiles-html.lsp
@@ -24,6 +24,7 @@ html = require("acf.html")
<% htmlviewfunctions.displaycommandresults({"editmacauthfile"}, session) %>
<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="MAC Authentication Configuration"}), page_info) %>
+<% htmlviewfunctions.displayinfo(view) %>
<% if #view.value>0 then %>
<table id="list" class="tablesorter"><thead>
<tr>
diff --git a/freeradius3-listpasswdfiles-html.lsp b/freeradius3-listpasswdfiles-html.lsp
index d43af2b..de3e162 100644
--- a/freeradius3-listpasswdfiles-html.lsp
+++ b/freeradius3-listpasswdfiles-html.lsp
@@ -22,6 +22,7 @@ html = require("acf.html")
</script>
<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Passwd Configuration"}), page_info) %>
+<% htmlviewfunctions.displayinfo(view) %>
<% if #view.value>0 then %>
<table id="list" class="tablesorter"><thead>
<tr>