Skip to:
Content

BuddyPress.org

Changeset 946


Ignore:
Timestamp:
01/28/2009 07:19:26 PM (17 years ago)
Author:
apeatling
Message:

Made "create account" button translatable.

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-widgets.php

    r867 r946  
    4242
    4343    <?php if ( !is_user_logged_in() ) { ?>
    44     <p class="create-account"><a href="<?php bp_signup_page() ?>" title="<?php _e('Create Account', 'buddypress') ?>"><img src="<?php echo get_template_directory_uri() ?>/images/create_account_button.gif" alt="<?php _e('Create Account', 'buddypress') ?>" /></a></p>
     44    <p class="create-account"><div class="visit generic-button"><a href="<?php bp_signup_page() ?>" title="<?php _e('Create Account', 'buddypress') ?>"><?php _e('Create Account', 'buddypress') ?></a></div></p>
    4545    <?php } ?>
    4646   
  • trunk/buddypress-theme/buddypress-home/css/base.css

    r919 r946  
    710710    }
    711711
     712/***** BUTTONS ********/
     713
     714.generic-button {
     715    background: url(../images/button_back.gif) top left no-repeat;
     716    display: inline-block;
     717    margin: 0 5px 8px 0;
     718}
     719
     720.generic-button a {
     721    display: block;
     722    height: 19px;
     723    color: #777;
     724    font-size: 11px;
     725    padding: 0 33px 0 11px;
     726    margin-right: -7px;
     727    text-shadow: 0 1px 0 #fff;
     728        text-decoration: none;
     729}
     730    .generic-button a:hover {
     731        color: #555;
     732        text-decoration: none;
     733    }
     734
     735    .generic-button a {
     736        background: url(../images/view_button_side.gif) top right no-repeat;
     737    }
     738
     739
    712740/***** FOOTER *********/
    713741
Note: See TracChangeset for help on using the changeset viewer.