Changeset 4675
- Timestamp:
- 07/17/2011 10:26:48 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r4602 r4675 184 184 185 185 <div class="prev-next submit clear"> 186 <input type="submit" value="<?php _e( 'Finish & Activate →', 'buddypress' ); ?>" name="submit" />186 <input type="submit" value="<?php _e( 'Finish & Activate', 'buddypress' ); ?>" name="submit" /> 187 187 </div> 188 188 … … 190 190 191 191 <div class="prev-next submit clear"> 192 <input type="submit" value="<?php _e( 'Save & Next →', 'buddypress' ); ?>" name="submit" />192 <input type="submit" value="<?php _e( 'Save & Next', 'buddypress' ); ?>" name="submit" /> 193 193 </div> 194 194 … … 1181 1181 jQuery('a').removeClass( 'thickbox thickbox-preview onclick' ); 1182 1182 jQuery('body.update-php div.wrap p:last').hide(); 1183 jQuery('body.update-php div.wrap p:last').after( '<p><a class="button" target="_parent" href="<?php echo $form_action; ?>"><?php _e( 'Finish', 'buddypress' ) ?> →</a></p>' );1183 jQuery('body.update-php div.wrap p:last').after( '<p><a class="button" target="_parent" href="<?php echo $form_action; ?>"><?php _e( 'Finish', 'buddypress' ) ?></a></p>' ); 1184 1184 } 1185 1185 </script> -
trunk/bp-friends/bp-friends-template.php
r4647 r4675 87 87 88 88 <div class="info-group"> 89 <h4><?php bp_word_or_name( __( "My Friends", 'buddypress' ), __( "%s's Friends", 'buddypress' ) ) ?> (<?php echo BP_Friends_Friendship::total_friend_count( $bp->displayed_user->id ) ?>) <span><a href="<?php echo $bp->displayed_user->domain . bp_get_friends_slug() ?>"><?php _e('See All', 'buddypress') ?> →</a></span></h4>89 <h4><?php bp_word_or_name( __( "My Friends", 'buddypress' ), __( "%s's Friends", 'buddypress' ) ) ?> (<?php echo BP_Friends_Friendship::total_friend_count( $bp->displayed_user->id ) ?>) <span><a href="<?php echo $bp->displayed_user->domain . bp_get_friends_slug() ?>"><?php _e('See All', 'buddypress') ?></a></span></h4> 90 90 91 91 <?php if ( $friend_ids ) { ?> -
trunk/bp-themes/bp-default/activity/entry.php
r4668 r4675 103 103 <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input" name="ac_input_<?php bp_activity_id(); ?>"></textarea> 104 104 </div> 105 <input type="submit" name="ac_form_submit" value="<?php _e( 'Post', 'buddypress' ); ?> →" /> <?php _e( 'or press esc to cancel.', 'buddypress' ); ?>105 <input type="submit" name="ac_form_submit" value="<?php _e( 'Post', 'buddypress' ); ?>" /> <?php _e( 'or press esc to cancel.', 'buddypress' ); ?> 106 106 <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" /> 107 107 </div> -
trunk/bp-themes/bp-default/groups/create.php
r4524 r4675 278 278 <?php if ( !bp_is_last_group_creation_step() && !bp_is_first_group_creation_step() ) : ?> 279 279 280 <input type="submit" value="<?php _e( 'Next Step', 'buddypress' ); ?> →" id="group-creation-next" name="save" />280 <input type="submit" value="<?php _e( 'Next Step', 'buddypress' ); ?>" id="group-creation-next" name="save" /> 281 281 282 282 <?php endif;?> … … 285 285 <?php if ( bp_is_first_group_creation_step() ) : ?> 286 286 287 <input type="submit" value="<?php _e( 'Create Group and Continue', 'buddypress' ); ?> →" id="group-creation-create" name="save" />287 <input type="submit" value="<?php _e( 'Create Group and Continue', 'buddypress' ); ?>" id="group-creation-create" name="save" /> 288 288 289 289 <?php endif; ?> … … 292 292 <?php if ( bp_is_last_group_creation_step() ) : ?> 293 293 294 <input type="submit" value="<?php _e( 'Finish', 'buddypress' ); ?> →" id="group-creation-finish" name="save" />294 <input type="submit" value="<?php _e( 'Finish', 'buddypress' ); ?>" id="group-creation-finish" name="save" /> 295 295 296 296 <?php endif; ?> -
trunk/bp-themes/bp-default/groups/single/admin.php
r4524 r4675 30 30 <?php do_action( 'bp_after_group_details_admin' ); ?> 31 31 32 <p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?> →" id="save" name="save" /></p>32 <p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" id="save" name="save" /></p> 33 33 <?php wp_nonce_field( 'groups_edit_group_details' ) ?> 34 34 … … 115 115 <?php do_action( 'bp_after_group_settings_admin' ); ?> 116 116 117 <p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?> →" id="save" name="save" /></p>117 <p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" id="save" name="save" /></p> 118 118 <?php wp_nonce_field( 'groups_edit_group_settings' ) ?> 119 119 … … 356 356 357 357 <div class="submit"> 358 <input type="submit" disabled="disabled" value="<?php _e( 'Delete Group', 'buddypress' ) ?> →" id="delete-group-button" name="delete-group-button" />358 <input type="submit" disabled="disabled" value="<?php _e( 'Delete Group', 'buddypress' ) ?>" id="delete-group-button" name="delete-group-button" /> 359 359 </div> 360 360 -
trunk/bp-themes/bp-default/groups/single/request-membership.php
r3771 r4675 10 10 <?php do_action( 'bp_group_request_membership_content' ) ?> 11 11 12 <p><input type="submit" name="group-request-send" id="group-request-send" value="<?php _e( 'Send Request', 'buddypress' ) ?> →" />12 <p><input type="submit" name="group-request-send" id="group-request-send" value="<?php _e( 'Send Request', 'buddypress' ) ?>" /> 13 13 14 14 <?php wp_nonce_field( 'groups_request_membership' ) ?> -
trunk/bp-themes/bp-default/members/single/messages/compose.php
r3771 r4675 26 26 27 27 <div class="submit"> 28 <input type="submit" value="<?php _e( "Send Message", 'buddypress' ) ?> →" name="send" id="send" />28 <input type="submit" value="<?php _e( "Send Message", 'buddypress' ) ?>" name="send" id="send" /> 29 29 <span class="ajax-loader"></span> 30 30 </div> -
trunk/bp-themes/bp-default/members/single/messages/single.php
r4287 r4675 78 78 79 79 <div class="submit"> 80 <input type="submit" name="send" value="<?php _e( 'Send Reply', 'buddypress' ) ?> →" id="send_reply_button"/>80 <input type="submit" name="send" value="<?php _e( 'Send Reply', 'buddypress' ) ?>" id="send_reply_button"/> 81 81 <span class="ajax-loader"></span> 82 82 </div> -
trunk/bp-themes/bp-default/members/single/settings/delete-account.php
r4644 r4675 61 61 62 62 <div class="submit"> 63 <input type="submit" disabled="disabled" value="<?php _e( 'Delete My Account', 'buddypress' ) ?> →" id="delete-account-button" name="delete-account-button" />63 <input type="submit" disabled="disabled" value="<?php _e( 'Delete My Account', 'buddypress' ) ?>" id="delete-account-button" name="delete-account-button" /> 64 64 </div> 65 65 -
trunk/bp-themes/bp-default/registration/activate.php
r4347 r4675 34 34 35 35 <p class="submit"> 36 <input type="submit" name="submit" value="<?php _e( 'Activate', 'buddypress' ) ?> →" />36 <input type="submit" name="submit" value="<?php _e( 'Activate', 'buddypress' ) ?>" /> 37 37 </p> 38 38 -
trunk/bp-themes/bp-default/registration/register.php
r4466 r4675 217 217 218 218 <div class="submit"> 219 <input type="submit" name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> →" />219 <input type="submit" name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?>" /> 220 220 </div> 221 221
Note: See TracChangeset
for help on using the changeset viewer.