all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / modules / admin-full / luasrc / view / admin_status / syslog.htm
index bda7b3ed558915e1ec3a71c814627f1bda1f269d..06aeeb01a6af9474114cd6c372570ae7dc0615bd 100644 (file)
@@ -13,7 +13,8 @@ $Id$
 
 -%>
 <%+header%>
-<h1><%:status%></h1>
-<h2><%:syslog%></h2>
-<code><%=luci.util.pcdata(syslog)%></code>
+<h2><a id="content" name="content"><%:System Log%></a></h2>
+<div id="content_syslog">
+<textarea readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
+</div>
 <%+footer%>