プロジェクト

全般

プロフィール

Bug(バグ) #4206 » 0001-refs-4206-truncate-long-description-in-list-page.-pc.patch

Shinichi Urabe, 2017-06-09 13:01

差分を表示:

apps/pc_frontend/modules/album/templates/listFriendSuccess.php
</tr>
<tr>
<th><?php echo __('Description') ?></th>
<td colspan="2"><?php echo $album->getBody() ?></td>
<td colspan="2"><?php echo op_truncate($album->getBody(), 36, '', 3) ?></td>
</tr>
<tr>
<th><?php echo __('Public Flag') ?></th>
apps/pc_frontend/modules/album/templates/listMemberSuccess.php
</tr>
<tr>
<th><?php echo __('Description') ?></th>
<td colspan="2"><?php echo $album->getBody() ?></td>
<td colspan="2"><?php echo op_truncate($album->getBody(), 36, '', 3) ?></td>
</tr>
<tr>
<th><?php echo __('Public flag') ?></th>
(2-2/3)