Changeset 8242
- Timestamp:
- 04/06/2014 03:56:48 PM (10 years ago)
- Location:
- trunk/bp-members
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/admin/css/admin.css
r8241 r8242 97 97 } 98 98 99 #community-profile-page #submitdiv #publishing-action { 100 float: none; 101 width: 100%; 102 } 103 104 .bp-view-profile { 105 float: left; 106 } 107 99 108 .alt { 100 109 background: none; -
trunk/bp-members/bp-members-admin.php
r8217 r8242 630 630 <div class="submitbox" id="submitcomment"> 631 631 <div id="minor-publishing"> 632 <div id="minor-publishing-actions">633 <div id="preview-action">634 <a class="button preview" href="<?php echo esc_url( bp_core_get_user_domain( $user->ID ) ); ?>" target="_blank"><?php esc_html_e( 'View Profile', 'buddypress' ); ?></a>635 </div>636 637 <div class="clear"></div>638 </div><!-- #minor-publishing-actions -->639 640 632 <div id="misc-publishing-actions"> 641 633 <?php … … 667 659 668 660 <div id="major-publishing-actions"> 661 669 662 <div id="publishing-action"> 663 <a class="button bp-view-profile" href="<?php echo esc_url( bp_core_get_user_domain( $user->ID ) ); ?>" target="_blank"><?php esc_html_e( 'View Profile', 'buddypress' ); ?></a> 670 664 <?php submit_button( esc_html__( 'Update Profile', 'buddypress' ), 'primary', 'save', false, array( 'tabindex' => '4' ) ); ?> 671 665 </div>
Note: See TracChangeset
for help on using the changeset viewer.