* luci/themes: <tt> is deprecated, replace with <pre> in error500 template, add css...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Aug 2008 17:55:05 +0000 (17:55 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Aug 2008 17:55:05 +0000 (17:55 +0000)
modules/admin-core/luasrc/view/error500.htm
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index 829e196..8f3807d 100644 (file)
@@ -15,5 +15,5 @@ $Id$
 <%+header%>
 <h1>500 Internal Server Error</h1>
 <p>Sorry, the server encountered an unexpected error.</p>
 <%+header%>
 <h1>500 Internal Server Error</h1>
 <p>Sorry, the server encountered an unexpected error.</p>
-<tt><%=message%></tt>
-<%+footer%>
\ No newline at end of file
+<pre class="error500"><%=message%></pre>
+<%+footer%>
index d022655..78cb954 100644 (file)
@@ -419,6 +419,12 @@ td.cbi-section-table-optionals {
        padding-top: 1em;
 }
 
        padding-top: 1em;
 }
 
+div.cbi-error {
+       font-size: 95%;
+       font-weight: bold;
+       color: #FF0000;
+}
+
 .right {
        text-align: right;
 }
 .right {
        text-align: right;
 }
@@ -440,6 +446,13 @@ td.cbi-section-table-optionals {
        display: inline;
 }
 
        display: inline;
 }
 
+.error500 {
+       white-space: normal;
+       border: 1px dotted #FF0000;
+       background-color: #FFFFFF;
+       padding: 0.5em;
+}
+
 #memorybar {
        width:200px;
        height:8px;
 #memorybar {
        width:200px;
        height:8px;