diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-02 17:54:32 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-02 17:54:32 +0000 |
| commit | b319092b299b9420a3645243d0cf9fbfa0e7dc3b (patch) | |
| tree | 19656c91ac628b2aae05abbc1880fedee44f705b /roundcubemail/skins/larry/templates/error.html | |
| parent | faf248ad01144a56b50c3ba50b46155b1565aa25 (diff) | |
Make errors look good in larry; add some chrome-specific styles
git-svn-id: https://svn.roundcube.net/trunk@5534 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/larry/templates/error.html')
| -rw-r--r-- | roundcubemail/skins/larry/templates/error.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roundcubemail/skins/larry/templates/error.html b/roundcubemail/skins/larry/templates/error.html new file mode 100644 index 000000000..222683f8b --- /dev/null +++ b/roundcubemail/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> |
