Skip to:
Content

BuddyPress.org

Changeset 657


Ignore:
Timestamp:
12/11/2008 10:54:44 PM (17 years ago)
Author:
apeatling
Message:

Theme updates for messaging fixes

Location:
trunk/buddypress-theme/member-themes/buddypress-member/messages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/member-themes/buddypress-member/messages/index.php

    r581 r657  
    1010
    1111<div id="content">
    12     <div class="pagination-links">
    13         <?php bp_messages_pagination() ?>
    14     </div>
    15    
    1612    <h2><?php _e("Inbox", "buddypress"); ?></h2>
    1713    <?php do_action( 'template_notices' ) // (error/success feedback) ?>
     
    2016
    2117    <?php if ( bp_has_message_threads() ) : ?>
     18        <div class="pagination-links">
     19            <?php bp_messages_pagination() ?>
     20        </div>
    2221       
    2322        <table id="message-threads">
  • trunk/buddypress-theme/member-themes/buddypress-member/messages/sentbox.php

    r581 r657  
    55</div>
    66
    7 <div id="content">
    8     <div class="pagination-links">
    9         <?php bp_messages_pagination() ?>
    10     </div>
    11    
     7<div id="content"> 
    128    <h2><?php _e("Sent Messages", "buddypress"); ?></h2>
    139    <?php do_action( 'template_notices' ) ?>
    1410
    1511    <?php if ( bp_has_message_threads() ) : ?>
     12        <div class="pagination-links">
     13            <?php bp_messages_pagination() ?>
     14        </div>
    1615       
    1716        <table id="message-threads">
Note: See TracChangeset for help on using the changeset viewer.