summaryrefslogtreecommitdiff
path: root/skins/larry/templates/error.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-02 17:54:32 +0000
committerthomascube <thomas@roundcube.net>2011-12-02 17:54:32 +0000
commit15f48a2d5fe1da5d7c0223c9041743e20b6a0d43 (patch)
tree129406900ffcd35fad3749e3556d68866747ed70 /skins/larry/templates/error.html
parent879b053e55834030a1d4879292c3e3267c3ffb7f (diff)
Make errors look good in larry; add some chrome-specific styles
Diffstat (limited to 'skins/larry/templates/error.html')
-rw-r--r--skins/larry/templates/error.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/skins/larry/templates/error.html b/skins/larry/templates/error.html
new file mode 100644
index 000000000..222683f8b
--- /dev/null
+++ b/skins/larry/templates/error.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<body>
+
+<roundcube:include file="/includes/header.html" />
+
+<div class="uibox errobox" style="width:40em; margin:60px auto; padding:20px">
+$__page_content
+</div>
+
+</body>
+</html>