* Prepare german translation cleanup
[project/luci.git] / modules / admin-core / luasrc / view / admin_uci / changes.htm
1 <%+header%>
2 <h1><%:config%></h1>
3 <h2><%:changes%></h2>
4 <code><%=changes%></code>
5 <form class="inline" method="get" action="<%=controller%>/admin/uci/apply">
6         <input type="submit" value="<%:apply%>" />
7 </form>
8 <form class="inline" method="get" action="<%=controller%>/admin/uci/revert">
9         <input type="submit" value="<%:revert%>" />
10 </form>
11 <%+footer%>