From a752a424de3d250c2bc79f7b680c936fc9ea987f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 30 Nov 2008 14:36:59 +0000 Subject: =?UTF-8?q?[Change]=20Performance=20increase=20for=20format=5Fdate?= =?UTF-8?q?()=20(Bug=20#37575=20-=20Patch=20by=20BartVB)=20[Change]=20Chan?= =?UTF-8?q?ged=20prosilver=20date=20separator=20from=20'on'=20to=20'=C2=BB?= =?UTF-8?q?'=20[Feature]=20Added=20'AGO'=20setting=20to=20relative=20date?= =?UTF-8?q?=20strings.=20For=20example:=20posted=2014=20minutes=20ago.=20(?= =?UTF-8?q?Patch=20by=20BartVB)=20[Fix]=20Extend=20vertical=20line=20for?= =?UTF-8?q?=20last=20post=20column=20if=20no=20posts=20in=20forum=20(Bug?= =?UTF-8?q?=20#37125)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9136 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../prosilver/template/ucp_main_subscribed.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_main_subscribed.html') diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html index 582ee37459..49dc2d5625 100644 --- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html +++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html @@ -13,6 +13,7 @@
  • {L_WATCHED_FORUMS}
    +
    {L_LAST_POST}
    {L_MARK}
  • @@ -22,10 +23,11 @@
  • -
    {forumrow.FORUM_NAME}
    - {L_LAST_POST} {forumrow.LAST_POST_AUTHOR_FULL} {LAST_POST_IMG} {L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME} - {L_NO_POSTS} -
    +
    {forumrow.FORUM_NAME}
    {forumrow.FORUM_DESC}
    +
    {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} + {LAST_POST_IMG}
    {forumrow.LAST_POST_TIME}
    + {L_NO_POSTS}
      +
  • @@ -41,6 +43,7 @@
    {L_WATCHED_TOPICS}
    {L_LAST_POST}
    +
    {L_MARK}
    @@ -54,10 +57,10 @@ {topicrow.UNAPPROVED_IMG} {REPORTED_IMG}
    {topicrow.PAGINATION} - {topicrow.ATTACH_ICON_IMG} {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME} + {topicrow.ATTACH_ICON_IMG} {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
    {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} - {LAST_POST_IMG}
    {L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}
    + {LAST_POST_IMG}
    {topicrow.LAST_POST_TIME}
    @@ -73,12 +76,12 @@

    {L_NO_WATCHED_TOPICS}

    - + -
    +
    {L_MARK_ALL}{L_UNMARK_ALL}
    {S_FORM_TOKEN} -- cgit v1.2.1