all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / libs / cbi / luasrc / view / cbi / header.htm
index ce5d66d..c831b0d 100644 (file)
@@ -14,9 +14,9 @@ $Id$
 -%>
 
 <%+header%>
-<form method="post" action="<%=luci.http.getenv("REQUEST_URI")%>">
+<form method="post" action="<%=REQUEST_URI%>" enctype="multipart/form-data">
        <div>
                <script type="text/javascript" src="<%=resource%>/cbi.js"></script>
                <input type="hidden" name="cbi.submit" value="1" />
-               <input type="submit" value="<%:save%>" class="hidden" />
+               <input type="submit" value="<%:Save%>" class="hidden" />
        </div>