diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-03-04 02:41:32 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-03-04 02:41:32 +0000 |
commit | f9780f645bc94f2f79fc4e266e671d15232d4b9d (patch) | |
tree | ba25e6d23f9a89891d4a01c5d1ffe4c59718c914 /rc-status-html.lsp | |
parent | b0f4fadb7b62297b6dbd574b2a7d8eee0f990eb4 (diff) | |
download | acf-alpine-baselayout-f9780f645bc94f2f79fc4e266e671d15232d4b9d.tar.bz2 acf-alpine-baselayout-f9780f645bc94f2f79fc4e266e671d15232d4b9d.tar.xz |
Change HTML views to use htmlviewfunctions.displayheader
Modified some models to change labels
Diffstat (limited to 'rc-status-html.lsp')
-rw-r--r-- | rc-status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc-status-html.lsp b/rc-status-html.lsp index 9e8d2b8..8b4ff79 100644 --- a/rc-status-html.lsp +++ b/rc-status-html.lsp @@ -22,7 +22,7 @@ <% htmlviewfunctions.displaycommandresults({"edit", "startstop"}, session) %> -<h1><%= html.html_escape(view.label) %></h1> +<% htmlviewfunctions.displayheader(view, page_info) %> <table id="list" class="tablesorter"><thead> <tr> <% if viewlibrary.check_permission("edit") then %> |