admin_uci: Fix spelling, close #191
[project/luci.git] / modules / admin-full / luasrc / view / admin_uci / apply.htm
1 <%#
2 LuCI - Lua Configuration Interface
3 Copyright 2008 Steven Barth <steven@midlink.org>
4 Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10         http://www.apache.org/licenses/LICENSE-2.0
11
12 $Id$
13
14 -%>
15
16 <%+header%>
17
18 <h2><a id="content" name="content"><%:Configuration / Apply%></a></h2>
19
20 <% if changes then %>
21         <%+cbi/apply_xhr%>
22         <%+admin_uci/changelog%>
23
24         <%- cbi_apply_xhr('uci-apply', configs) -%>
25
26         <p><strong><%:The following changes have been committed%>:</strong></p>
27         <%- uci_changelog(changes) -%>
28 <% else %>
29         <p><strong><%:There are no pending changes to apply!%></strong></p>
30 <% end %>
31
32 <%+footer%>