Changeset 6274
- Timestamp:
- 10/12/10 00:23:02 (3 years ago)
- Location:
- luci/trunk/themes/openwrt.org
- Files:
-
- 2 modified
-
htdocs/luci-static/openwrt.org/cascade.css (modified) (1 diff)
-
luasrc/view/themes/openwrt.org/header.htm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
r6272 r6274 835 835 background-color: #FFCCCC; 836 836 padding: 5px; 837 margin-bottom: 5px; 837 838 } 838 839 -
luci/trunk/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
r6272 r6274 169 169 </div> 170 170 </noscript> 171 172 <%- if not luci.sys.user.getpasswd("root") then -%> 173 <div class="errorbox"> 174 <strong><%:No password set!%></strong><br /> 175 <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%> 176 </div> 177 <%- end -%>
