diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-07 17:49:52 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-07 17:49:52 +0000 |
| commit | 05dd257c5d512e5e755963d21a4a58f9e5abf6dd (patch) | |
| tree | 90b56e5f69271f6acf3c1445672b45d4e234e44b /roundcubemail/skins/default/templates/messageerror.html | |
| parent | bd574bcf3ca5bd8872d972bf80d47fe762c44052 (diff) | |
- if message wasn't found in preview mode display separate template
git-svn-id: https://svn.roundcube.net/trunk@2723 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/messageerror.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/messageerror.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/messageerror.html b/roundcubemail/skins/default/templates/messageerror.html new file mode 100644 index 000000000..d180e7435 --- /dev/null +++ b/roundcubemail/skins/default/templates/messageerror.html @@ -0,0 +1,14 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title></title> +<roundcube:include file="/includes/links.html" /> +</head> +<body class="iframe" style="background-color:#F2F2F2;"> + +<div style="margin:20px auto; text-align:center"> +<img src="/images/watermark.gif" width="260" height="228" alt="" /> +</div> + +</body> +</html> |
