mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
skin. It is a modern, open interface with tools and actions arranged with optimal usability in mind. Light color blocks and borders delineate application areas without drawing too much attention or drawing focus away from the content. WWW: http://www.roundcubeforum.net PR: ports/138161 Submitted by: Alexey V. Degtyarev
29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
--- watermark.html.orig 2009-08-25 11:17:44.000000000 +0400
|
|
+++ watermark.html 2009-08-25 11:17:48.000000000 +0400
|
|
@@ -1,11 +1,12 @@
|
|
<!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>
|
|
</head>
|
|
-<body style="background-color:#ffffff;">
|
|
-
|
|
-<div style="margin:10px auto; text-align:center">
|
|
+<body style="background-color:#F2F2F2; width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');">
|
|
|
|
+<div style="margin:20px auto; text-align:center">
|
|
+<img src="/skins/default/images/watermark.gif" width="260" height="228" alt="" />
|
|
</div>
|
|
|
|
</body>
|
|
--- templates/mail.html.orig 2008-11-13 21:54:14.000000000 +0300
|
|
+++ templates/mail.html 2009-08-25 11:20:52.000000000 +0400
|
|
@@ -122,7 +122,7 @@
|
|
rcmail.add_onload('mailviewsplit.init()');
|
|
</script>
|
|
<div id="mailpreviewframe">
|
|
-<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/templates/mailhints.html" />
|
|
+<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
|
</div>
|
|
|
|
<style type="text/css">
|