Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (16 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/friends/requests.php

    r1905 r2077  
    55
    66    <div id="content">
    7        
     7
    88        <div class="pagination">
    9        
     9
    1010            <div class="pagination-links" id="pag">
    1111                <?php bp_friend_pagination() ?>
    1212            </div>
    13        
     13
    1414        </div>
    15        
     15
    1616        <h2><?php _e( 'Friendship Requests', 'buddypress' ); ?></h2>
    1717        <?php do_action( 'template_notices' ) // (error/success feedback) ?>
    1818
    19         <?php do_action( 'bp_before_friend_requests_content' ) ?>       
    20    
     19        <?php do_action( 'bp_before_friend_requests_content' ) ?>
     20
    2121        <?php if ( bp_has_friendships() ) : ?>
    22            
     22
    2323            <ul id="friend-list" class="item-list">
    2424                <?php while ( bp_user_friendships() ) : bp_the_friendship(); ?>
    25                    
     25
    2626                    <li>
    2727                        <?php bp_friend_avatar_thumb() ?>
    2828                        <h4><?php bp_friend_link() ?></h4>
    2929                        <span class="activity"><?php bp_friend_time_since_requested() ?></span>
    30                        
    31                         <?php do_action( 'bp_friend_requests_item' ) ?> 
    32                        
     30
     31                        <?php do_action( 'bp_friend_requests_item' ) ?>
     32
    3333                        <div class="action">
    3434                            <div class="generic-button accept">
    3535                                <a href="<?php bp_friend_accept_request_link() ?>"><?php _e( 'Accept', 'buddypress' ); ?></a>
    3636                            </div>
    37                    
    38                              &nbsp; 
    39                    
     37
     38                             &nbsp;
     39
    4040                            <div class="generic-button reject">
    4141                                <a href="<?php bp_friend_reject_request_link() ?>"><?php _e( 'Reject', 'buddypress' ); ?></a>
    4242                            </div>
    43                            
    44                             <?php do_action( 'bp_friend_requests_item_action' ) ?> 
     43
     44                            <?php do_action( 'bp_friend_requests_item_action' ) ?>
    4545                        </div>
    4646                    </li>
    47                    
     47
    4848                <?php endwhile; ?>
    4949            </ul>
    50            
    51             <?php do_action( 'bp_friend_requests_content' ) ?>     
    52            
     50
     51            <?php do_action( 'bp_friend_requests_content' ) ?>
     52
    5353        <?php else: ?>
    5454
     
    5959        <?php endif;?>
    6060
    61         <?php do_action( 'bp_after_friend_requests_content' ) ?>       
    62        
     61        <?php do_action( 'bp_after_friend_requests_content' ) ?>
     62
    6363    </div>
    6464
Note: See TracChangeset for help on using the changeset viewer.