Exemplo n.º 1
0
</a></p>
					<p class="thread-excerpt"><?php 
        bp_message_thread_excerpt();
        ?>
</p>
				</td>
				<?php 
        do_action('bp_messages_inbox_list_item');
        ?>
				<td width="13%" class="thread-options">
					<input type="checkbox" name="message_ids[]" value="<?php 
        bp_message_thread_id();
        ?>
" />
					<a class="button confirm" href="<?php 
        bp_message_thread_delete_link();
        ?>
" title="<?php 
        _e("Delete Message", "buddypress");
        ?>
"><?php 
        _e('Delete', 'buddypress');
        ?>
</a> &nbsp;
				</td>
			</tr>
		<?php 
    }
    ?>
	</table><!-- #message-threads -->
Exemplo n.º 2
0
					<td width="30%" class="thread-from">
						<?php _e( 'To:', 'buddypress' ); ?> <?php bp_message_thread_to() ?><br />
						<span class="activity"><?php bp_message_thread_last_post_date() ?></span>
					</td>
				<?php endif; ?>

				<td width="50%" class="thread-info">
					<p><a href="<?php bp_message_thread_view_link() ?>" title="<?php _e( "View Message", "buddypress" ); ?>"><?php bp_message_thread_subject() ?></a></p>
					<p class="thread-excerpt"><?php bp_message_thread_excerpt() ?></p>
				</td>

				<?php do_action( 'bp_messages_inbox_list_item' ) ?>

				<td width="13%" class="thread-options">
					<input type="checkbox" name="message_ids[]" value="<?php bp_message_thread_id() ?>" />
					<a class="button confirm" href="<?php bp_message_thread_delete_link() ?>" title="<?php _e( "Delete Message", "buddypress" ); ?>">x</a> &nbsp;
				</td>
			</tr>

		<?php endwhile; ?>
	</table><!-- #message-threads -->

	<div class="messages-options-nav">
		<?php bp_messages_options() ?>
	</div><!-- .messages-options-nav -->

	<?php do_action( 'bp_after_member_messages_threads' ) ?>

	<?php do_action( 'bp_after_member_messages_options' ) ?>

<?php else: ?>