diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 19:49:29 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 19:49:29 +0000 |
| commit | 76457faaf7c5c671b073cb2ac5170a8968a08438 (patch) | |
| tree | 577b45f32c1a5e6cd60a392c73eab6aaeb2a8742 | |
| parent | f3bb47d0e30a2e581b5017f5b7da7bb4290b60cc (diff) | |
Remove the 10K watermark from the preview pane.
| -rw-r--r-- | roundcubemail/skins/npk/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/npk/templates/mail.html b/roundcubemail/skins/npk/templates/mail.html index 28745a50c..fc3edef6b 100644 --- a/roundcubemail/skins/npk/templates/mail.html +++ b/roundcubemail/skins/npk/templates/mail.html @@ -58,7 +58,7 @@ </script> <div id="mailpreviewframe"> -<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> +<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" /> </div> <roundcube:endif /> |
