all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / modules / admin-full / luasrc / view / admin_uci / revert.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%></a></h2>
19 <p><strong><%:The following changes have been reverted%>:</strong></p>
20
21 <div class="cbi-section">
22         <code><%=(changes or "-")%></code>
23 </div>
24
25 <div class="cbi-page-actions">
26         <form class="inline" method="get" action="<%=luci.util.pcdata(luci.http.formvalue("redir"))%>">
27                 <input class="cbi-button" style="margin:0" type="submit" value="« <%:back%>" />
28         </form>
29 </div>
30
31 <%+footer%>