* luci/themes/openwrt.org: fixes for syslog page and overall improvements, thanks...
[project/luci.git] / modules / admin-full / luasrc / view / admin_status / syslog.htm
index f3d1f0a..d5bf5d6 100644 (file)
@@ -13,7 +13,9 @@ $Id$
 
 -%>
 <%+header%>
-<h1><%:status%></h1>
-<h2><%:syslog%></h2>
-<code><%=syslog%></code>
-<%+footer%>
\ No newline at end of file
+<h2><a id="content" name="content"><%:status%></a></h2>
+<h3><%:syslog%></h3>
+<div id="content_syslog">
+<textarea readonly="readonly" wrap="off" id="syslog"><%=luci.util.pcdata(syslog)%></textarea>
+</div>
+<%+footer%>