modules/admin-full: new interface overview page, other template changes
[project/luci.git] / modules / admin-full / luasrc / view / admin_uci / revert.htm
index 9c98d45..b0b3dab 100644 (file)
@@ -15,12 +15,17 @@ $Id$
 
 <%+header%>
 
-<h2><a id="content" name="content"><%:config%></a></h2>
-<p><strong><%:uci_reverted%>:</strong></p>
+<h2><a id="content" name="content"><%:Configuration / Revert%></a></h2>
 
-<div class="cbi-section">
-       <code><%=(changes or "-")%></code>
-</div>
+<% if changes then %>
+       <%+cbi/apply_xhr%>
+       <%+admin_uci/changelog%>
+
+       <p><strong><%:The following changes have been reverted%>:</strong></p>
+       <%- uci_changelog(changes) -%>
+<% else %>
+       <p><strong><%:There are no pending changes to revert!%></strong></p>
+<% end %>
 
 <div class="cbi-page-actions">
        <form class="inline" method="get" action="<%=luci.util.pcdata(luci.http.formvalue("redir"))%>">