Changeset 8334
- Timestamp:
- 04/30/2014 09:25:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r8286 r8334 555 555 556 556 <div class="feature-section col two-col"> 557 <div >557 <div class="col-1"> 558 558 <h4><?php esc_html_e( 'Extended Profiles in Admin', 'buddypress' ); ?></h4> 559 559 <p><?php esc_html_e( 'Site administrators can edit members’ xProfile data at Dashboard > Users > Extended Profiles.', 'buddypress' ); ?></p> 560 <img src="<?php echo $image_base ?>admin-xprofile.jpg" style="width:9 0%" />560 <img src="<?php echo $image_base ?>admin-xprofile.jpg" style="width:95%" /> 561 561 </div> 562 562 563 <div class=" last-feature">563 <div class="col-2 last-feature"> 564 564 <h4><?php esc_html_e( 'Registration Management', 'buddypress' ); ?></h4> 565 565 <p><?php esc_html_e( 'Perform common tasks with pending signups - including resending activation emails and manually activating accounts - on the new Pending tab of Dashboard > Users.', 'buddypress' ); ?></p> 566 <img src="<?php echo $image_base ?>users-pending.jpg" style="width:9 0%" />566 <img src="<?php echo $image_base ?>users-pending.jpg" style="width:95%" /> 567 567 </div> 568 568 </div> 569 569 570 570 <div class="feature-section col two-col"> 571 <div >571 <div class="col-1"> 572 572 <h4><?php esc_html_e( 'BuddyPress Repair Tools', 'buddypress' ); ?></h4> 573 573 <p><?php esc_html_e( 'Dashboard > Tools > BuddyPress contains a number of tools for correcting data that occasionally gets out of sync on BP installs.', 'buddypress' ); ?></p> 574 <img src="<?php echo $image_base ?>tools-buddypress.jpg" style="width:9 0%" />574 <img src="<?php echo $image_base ?>tools-buddypress.jpg" style="width:95%" /> 575 575 </div> 576 576 577 <div class=" feature-section col two-col">577 <div class="col-2 last-feature"> 578 578 <h4><?php esc_html_e( 'Mark Spammers in Admin', 'buddypress' ); ?></h4> 579 579 <p><?php esc_html_e( 'Admins on non-Multisite installations can now perform spam actions from Dashboard > Users > All Users.', 'buddypress' ); ?></p> 580 <img src="<?php echo $image_base ?>user-mark-spam.jpg" style="width:9 0%" />580 <img src="<?php echo $image_base ?>user-mark-spam.jpg" style="width:95%" /> 581 581 </div> 582 582 </div> … … 589 589 <h2 class="about-headline-callout"><?php esc_html_e( 'A More Dynamic Activity Stream', 'buddypress' ); ?></h2> 590 590 <div class="feature-section col two-col"> 591 <div >591 <div class="col-1"> 592 592 <p><?php esc_html_e( 'Spend a lot of time viewing the activity stream? BuddyPress 2.0 automatically lets you know when new items are waiting to be loaded.', 'buddypress' ); ?></p> 593 593 … … 597 597 </div> 598 598 599 <div class=" feature-section col two-col">600 <img src="<?php echo $image_base ?>load-newest.jpg" style="width:90%"/>599 <div class="col-2 last-feature"> 600 <img src="<?php echo $image_base ?>load-newest.jpg" /> 601 601 </div> 602 602 </div>
Note: See TracChangeset
for help on using the changeset viewer.