diff options
author | thomascube <thomas@roundcube.net> | 2011-12-02 17:54:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-02 17:54:32 +0000 |
commit | 15f48a2d5fe1da5d7c0223c9041743e20b6a0d43 (patch) | |
tree | 129406900ffcd35fad3749e3556d68866747ed70 /skins/larry/templates | |
parent | 879b053e55834030a1d4879292c3e3267c3ffb7f (diff) |
Make errors look good in larry; add some chrome-specific styles
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/error.html | 16 |
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> |