|
@@ 758-760 (lines=3) @@
|
| 755 |
|
echo ' |
| 756 |
|
<th scope="col" class="buddy_email">', $txt['email'], '</th>'; |
| 757 |
|
|
| 758 |
|
if (!empty($context['custom_pf'])) |
| 759 |
|
foreach ($context['custom_pf'] as $column) |
| 760 |
|
echo ' |
| 761 |
|
<th scope="col" class="buddy_custom_fields">', $column['label'], '</th>'; |
| 762 |
|
|
| 763 |
|
echo ' |
|
@@ 797-800 (lines=4) @@
|
| 794 |
|
</td>'; |
| 795 |
|
|
| 796 |
|
// Show the custom profile fields for this user. |
| 797 |
|
if (!empty($context['custom_pf'])) |
| 798 |
|
foreach ($context['custom_pf'] as $key => $column) |
| 799 |
|
echo ' |
| 800 |
|
<td class="lefttext buddy_custom_fields">', $buddy['options'][$key], '</td>'; |
| 801 |
|
|
| 802 |
|
echo ' |
| 803 |
|
<td class="centertext buddy_remove"> |