You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/09/05 15:42:45 UTC

[1/2] incubator-ponymail git commit: high res quote image

Repository: incubator-ponymail
Updated Branches:
  refs/heads/coffee-and-cake 26b0a9378 -> d41125a14


high res quote image


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/7d7ee63a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/7d7ee63a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/7d7ee63a

Branch: refs/heads/coffee-and-cake
Commit: 7d7ee63af2aa50b815c9b25755b3004620f9dfef
Parents: 26b0a93
Author: Daniel Gruno <hu...@apache.org>
Authored: Mon Sep 5 17:42:22 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Mon Sep 5 17:42:22 2016 +0200

----------------------------------------------------------------------
 site/images/quote.png                     | Bin 1030 -> 3252 bytes
 site/js/coffee/email_display_basic.coffee |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/7d7ee63a/site/images/quote.png
----------------------------------------------------------------------
diff --git a/site/images/quote.png b/site/images/quote.png
index f082690..b26eef9 100644
Binary files a/site/images/quote.png and b/site/images/quote.png differ

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/7d7ee63a/site/js/coffee/email_display_basic.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/email_display_basic.coffee b/site/js/coffee/email_display_basic.coffee
index 81cffb0..081b5b0 100644
--- a/site/js/coffee/email_display_basic.coffee
+++ b/site/js/coffee/email_display_basic.coffee
@@ -162,7 +162,7 @@ class BasicEmailDisplay
                 t = splicer.substr(0, i)
                 quote = quote.replace(/(>*\s*\r?\n)+$/g, "")
                 qdiv = new HTML('div', {class: "email_quote_parent" }, [
-                    new HTML('img', { src: 'images/quote.png', title: "Toggle quote", onclick:"toggleQuote(this)"}),
+                    new HTML('img', { src: 'images/quote.png', width: "24", height: "26", title: "Toggle quote", onclick:"toggleQuote(this)"}),
                     new HTML('br')
                     new HTML('blockquote', {class: "email_quote", style: { display: if hideQuotes then 'none' else 'block'}}, @URLify(quote))
                     ])


[2/2] incubator-ponymail git commit: regen JS

Posted by hu...@apache.org.
regen JS


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/d41125a1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/d41125a1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/d41125a1

Branch: refs/heads/coffee-and-cake
Commit: d41125a1461eca876b9a7af1712e83d48856ceea
Parents: 7d7ee63
Author: Daniel Gruno <hu...@apache.org>
Authored: Mon Sep 5 17:42:35 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Mon Sep 5 17:42:35 2016 +0200

----------------------------------------------------------------------
 site/js/ponymail-coffee.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/d41125a1/site/js/ponymail-coffee.js
----------------------------------------------------------------------
diff --git a/site/js/ponymail-coffee.js b/site/js/ponymail-coffee.js
index 6e6ea54..7d0dce4 100644
--- a/site/js/ponymail-coffee.js
+++ b/site/js/ponymail-coffee.js
@@ -730,6 +730,8 @@ BasicEmailDisplay = (function() {
         }, [
           new HTML('img', {
             src: 'images/quote.png',
+            width: "24",
+            height: "26",
             title: "Toggle quote",
             onclick: "toggleQuote(this)"
           }), new HTML('br'), new HTML('blockquote', {