From b09db63082ae3aea8d1f4f8d24664dbf7de96bcc Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 11 Dec 2011 18:12:33 +0000 Subject: Make string for unread count configureable by skin; add file type classes to attachments list git-svn-id: https://svn.roundcube.net/trunk@5592 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index b6c7d1dfd..da1e241ec 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -5624,7 +5624,7 @@ function rcube_webmail() } if (mycount && text_obj.length) - text_obj.html(' ('+mycount+')'); + text_obj.html(this.env.unreadwrap.replace(/%[sd]/, mycount)); else if (text_obj.length) text_obj.remove(); -- cgit v1.2.3