From: Manuel Munz
Date: Sun, 28 Aug 2011 16:18:21 +0000 (+0000)
Subject: modules/admin_system: Add note to step2 of firmware flashing telling the user if...
X-Git-Tag: 0.11.0~1865
X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3b9fbb12b8bae108e9b5ca4d790c685c2ebdc520;p=project%2Fluci.git
modules/admin_system: Add note to step2 of firmware flashing telling the user if configuration is kept or not, thanks hnyman (#298)
---
diff --git a/modules/admin-full/luasrc/view/admin_system/upgrade.htm b/modules/admin-full/luasrc/view/admin_system/upgrade.htm
index 1083a16188..372fa5971d 100644
--- a/modules/admin-full/luasrc/view/admin_system/upgrade.htm
+++ b/modules/admin-full/luasrc/view/admin_system/upgrade.htm
@@ -78,6 +78,11 @@ $Id$
))
end
%>
+ <% if keepconfig then %>
+ <%:Configuration files will be kept.%>
+ <% else %>
+ <%:Note: Configuration files will be erased.%>
+ <% end %>