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/registration/activate.php

    r1905 r2077  
    66
    77        <div class="page" id="activate-page">
    8        
     8
    99            <div class="register bp_core_widget_welcome">
    10            
     10
    1111                <?php do_action( 'template_notices' ) ?>
    1212
    1313                <?php if ( bp_account_was_activated() ) : ?>
    14        
     14
    1515                    <h2 class="widgettitle"><?php _e( 'Account Activated', 'buddypress' ) ?></h2>
    16                    
     16
    1717                    <?php do_action( 'bp_before_activate_content' ) ?>
    18    
     18
    1919                    <p><?php _e( 'Your account was activated successfully! You can now log in with the username and password you provided when you signed up.', 'buddypress' ) ?></p>
    20            
    21                
     20
     21
    2222                <?php else : ?>
    23                
     23
    2424                    <h2 class="widgettitle"><?php _e( 'Activate your Account', 'buddypress' ) ?></h2>
    25                    
     25
    2626                    <?php do_action( 'bp_before_activate_content' ) ?>
    27    
     27
    2828                    <p><?php _e( 'Please provide a valid activation key.', 'buddypress' ) ?></p>
    29                    
     29
    3030                    <form action="" method="get" class="standard-form" id="activation-form">
    31                        
     31
    3232                        <label for="key"><?php _e( 'Activation Key:', 'buddypress' ) ?></label>
    3333                        <input type="text" name="key" id="key" value="" />
    34                        
     34
    3535                        <p class="submit">
    3636                            <input type="submit" name="submit" value="<?php _e( 'Activate', 'buddypress' ) ?> &rarr;" />
    3737                        </p>
    38                        
     38
    3939                    </form>
    40                    
     40
    4141                <?php endif; ?>
    4242
    4343                <?php do_action( 'bp_after_activate_content' ) ?>
    44            
     44
    4545            </div>
    46        
     46
    4747        </div>
    4848
     
    5050
    5151    </div>
    52    
     52
    5353    <?php get_sidebar() ?>
    5454
Note: See TracChangeset for help on using the changeset viewer.