modules/admin_system: Add note to step2 of firmware flashing telling the user if configuration is kept or not, thanks hnyman (#298)

This commit is contained in:
Manuel Munz 2011-08-28 16:18:21 +00:00
parent cc7b8fcc6f
commit 3b9fbb12b8

View file

@ -78,6 +78,11 @@ $Id$
))
end
%></li>
<li><% if keepconfig then %>
<%:Configuration files will be kept.%>
<% else %>
<%:Note: Configuration files will be erased.%>
<% end %></li>
</ul>
</p>
<div class="cbi-page-actions right">