diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 794db2c4..5c18304f 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -73,7 +73,7 @@ INFO: 'Torrent info', SIZE: 'Size', SEEDS_LEECHERS_FINISHED: 'S/L/F', - PUBLISHER: 'Publisher', + PUBLISHER: 'Uploader', ADMIN_TOOLS: 'Admin Tools', LIFETIME: 'Life', VOTES: 'Votes', @@ -514,6 +514,8 @@ MESSAGE_DELETE_CONFIRM_BODY_TEXT_MANY: 'Are you sure want to delete these messages?', MESSAGE_DELETE_CONFIRM_BODY_TEXT: 'Are you sure want to delete this message?', + MESSAGE_TO_ICON_TITLE: 'Send a message to', + //chat view CHAT_USERS_LIST: 'Users List', CHAT_WELCOME: 'Welcome to join the chat room, please follow the chat rules, and have a good time!', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index 2c24076e..5dff97f1 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -514,6 +514,8 @@ MESSAGE_DELETE_CONFIRM_BODY_TEXT_MANY: '您确定要删除选中的这些消息?', MESSAGE_DELETE_CONFIRM_BODY_TEXT: '您确定要删除该消息?', + MESSAGE_TO_ICON_TITLE: '发送站内消息', + //chat view CHAT_USERS_LIST: '用户列表', CHAT_WELCOME: '欢迎进入聊天室,请注意自已的言行,共同维护良好的聊天环境!', diff --git a/modules/messages/client/less/message.less b/modules/messages/client/less/message.less index 69687c55..b1a7eb07 100644 --- a/modules/messages/client/less/message.less +++ b/modules/messages/client/less/message.less @@ -46,7 +46,7 @@ .message-title { font-weight: bold; font-size: 14px; - word-break:break-all; + word-break: break-all; } .message-info { font-size: 12px; @@ -76,7 +76,7 @@ margin-top: 10px; } .message-content { - word-break:break-all; + word-break: break-all; } } @@ -133,3 +133,14 @@ margin-bottom: 8px; } +.message-to-icon { + margin-left: 5px; + font-size: 12px; + color: #aaa; + &:hover { + color: @brand-primary; + } + i { + top: 2px; + } +} diff --git a/modules/ranking/client/views/ranking.client.view.html b/modules/ranking/client/views/ranking.client.view.html index 22c65a0f..812f5cfe 100644 --- a/modules/ranking/client/views/ranking.client.view.html +++ b/modules/ranking/client/views/ranking.client.view.html @@ -40,6 +40,7 @@ VIP + {{user.uploaded | bytes:2}} {{user.downloaded | bytes:2}} @@ -84,6 +85,7 @@ VIP + {{user.downloaded | bytes:2}} {{user.uploaded | bytes:2}} @@ -128,6 +130,7 @@ VIP + {{user.ratio}} {{user.uploaded | bytes:2}} @@ -172,6 +175,7 @@ VIP + {{user.score}} {{user.uploaded | bytes:2}} diff --git a/modules/torrents/client/views/movie-list.client.view.html b/modules/torrents/client/views/movie-list.client.view.html index 6ee27fd1..7f850b51 100644 --- a/modules/torrents/client/views/movie-list.client.view.html +++ b/modules/torrents/client/views/movie-list.client.view.html @@ -256,13 +256,13 @@ {{item.torrent_finished}}

- {{item.user.displayName}} + {{item.user.displayName}} -
+
{{item.createdat | date:'yyyy-MM-dd HH:mm:ss'}}
@@ -324,6 +325,9 @@