From 6afb49cec856b88b872c180439c7216d7f373010 Mon Sep 17 00:00:00 2001 From: Shinichi Urabe Date: Fri, 9 Jun 2017 12:57:29 +0900 Subject: [PATCH 1/2] (refs #4206) truncate long description in list page. (pc_frontend) --- apps/pc_frontend/modules/album/templates/listFriendSuccess.php | 2 +- apps/pc_frontend/modules/album/templates/listMemberSuccess.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pc_frontend/modules/album/templates/listFriendSuccess.php b/apps/pc_frontend/modules/album/templates/listFriendSuccess.php index 454ca99..ad41a7a 100644 --- a/apps/pc_frontend/modules/album/templates/listFriendSuccess.php +++ b/apps/pc_frontend/modules/album/templates/listFriendSuccess.php @@ -17,7 +17,7 @@ -getBody() ?> +getBody(), 36, '', 3) ?> diff --git a/apps/pc_frontend/modules/album/templates/listMemberSuccess.php b/apps/pc_frontend/modules/album/templates/listMemberSuccess.php index 0aa9da8..adeaf2d 100644 --- a/apps/pc_frontend/modules/album/templates/listMemberSuccess.php +++ b/apps/pc_frontend/modules/album/templates/listMemberSuccess.php @@ -24,7 +24,7 @@ -getBody() ?> +getBody(), 36, '', 3) ?> -- 2.7.1.287.g4943984