Bug(バグ) #4206 » 0001-refs-4206-truncate-long-description-in-list-page.-pc.patch
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>
|