diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 9d52ef25..1fda36ff 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -690,6 +690,7 @@ DELETE_REPLY_CONFIRM_BODY_TEXT: 'Are you sure want to delete this reply?', READ_ONLY_POST: '*** Readonly forum, cannot to post topic!', READ_ONLY_REPLY: '*** Readonly topic, cannot to post reply!', + TITLE_READONLY: 'readonly', TODAY_NEW_COUNT_ALL: '(Today: {{topic}} topics, {{reply}} replies)', TODAY_NEW_COUNT_TOPIC: '(Today: {{topic}} topics)', TODAY_NEW_COUNT_REPLY: '(Today: {{reply}} replies)', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index b1df10e3..c0101312 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -690,6 +690,7 @@ DELETE_REPLY_CONFIRM_BODY_TEXT: '您确定要删除这条回复?', READ_ONLY_POST: '*** 只读版块,不能发表话题!', READ_ONLY_REPLY: '*** 只读话题,不能发表回复!', + TITLE_READONLY: '只读', TODAY_NEW_COUNT_ALL: '(今日: {{topic}} 话题, {{reply}} 回复)', TODAY_NEW_COUNT_TOPIC: '(今日: {{topic}} 话题)', TODAY_NEW_COUNT_REPLY: '(今日: {{reply}} 回复)', diff --git a/modules/forums/client/less/forum.less b/modules/forums/client/less/forum.less index 74da8c8e..d81910d2 100644 --- a/modules/forums/client/less/forum.less +++ b/modules/forums/client/less/forum.less @@ -135,6 +135,10 @@ } } +.readonly { + cursor: pointer; +} + .post-list { padding-bottom: 20px; .pagination { diff --git a/modules/forums/client/views/index.client.view.html b/modules/forums/client/views/index.client.view.html index 36b2ffc5..db47a7e0 100644 --- a/modules/forums/client/views/index.client.view.html +++ b/modules/forums/client/views/index.client.view.html @@ -27,7 +27,7 @@

{{f.name}} - R + R

diff --git a/modules/forums/client/views/view.client.view.html b/modules/forums/client/views/view.client.view.html index fe1a6a70..ff9786c3 100644 --- a/modules/forums/client/views/view.client.view.html +++ b/modules/forums/client/views/view.client.view.html @@ -127,7 +127,7 @@ - R + R