Skip to:
Content

BuddyPress.org

Ticket #5561: 5561-3.patch

File 5561-3.patch, 3.6 KB (added by mercime, 12 years ago)

Third patch built on second patch brings back inline style to image at 95%

  • bp-core/bp-core-admin.php

     
    554554                                <h2 class="about-headline-callout"><?php _e( 'New Administrative Tools', 'buddypress' ); ?></h2>
    555555
    556556                                <div class="feature-section col two-col">
    557                                         <div>
     557                                        <div class="col-1">
    558558                                                <h4><?php esc_html_e( 'Extended Profiles in Admin', 'buddypress' ); ?></h4>
    559559                                                <p><?php esc_html_e( 'Site administrators can edit members&#8217; xProfile data at Dashboard > Users > Extended Profiles.', 'buddypress' ); ?></p>
    560                                                 <img src="<?php echo $image_base ?>admin-xprofile.jpg" style="width:90%" />
     560                                                <img src="<?php echo $image_base ?>admin-xprofile.jpg" style="width:95%" />
    561561                                        </div>
    562562
    563                                         <div class="last-feature">
     563                                        <div class="col-2 last-feature">
    564564                                                <h4><?php esc_html_e( 'Registration Management', 'buddypress' ); ?></h4>
    565565                                                <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:90%" />
     566                                                <img src="<?php echo $image_base ?>users-pending.jpg" style="width:95%" />
    567567                                        </div>
    568568                                </div>
    569569
    570570                                <div class="feature-section col two-col">
    571                                         <div>
     571                                        <div class="col-1">
    572572                                                <h4><?php esc_html_e( 'BuddyPress Repair Tools', 'buddypress' ); ?></h4>
    573573                                                <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:90%" />
     574                                                <img src="<?php echo $image_base ?>tools-buddypress.jpg" style="width:95%" />
    575575                                        </div>
    576576
    577                                         <div class="feature-section col two-col">
     577                                        <div class="col-2 last-feature">
    578578                                                <h4><?php esc_html_e( 'Mark Spammers in Admin', 'buddypress' ); ?></h4>
    579579                                                <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:90%" />
     580                                                <img src="<?php echo $image_base ?>user-mark-spam.jpg" style="width:95%" />
    581581                                        </div>
    582582                                </div>
    583583
     
    588588                        <div class="changelog">
    589589                                <h2 class="about-headline-callout"><?php esc_html_e( 'A More Dynamic Activity Stream', 'buddypress' ); ?></h2>
    590590                                <div class="feature-section col two-col">
    591                                         <div>
     591                                        <div class="col-1">
    592592                                                <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>
    593593
    594594                                                <p><?php esc_html_e( 'The activity stream is better integrated with blog posts, too. Comment on a blog post, and an activity item is posted. Comment on a blog-related activity item, and a blog comment is posted. No more worrying about fractured conversations.', 'buddypress' ) ?></p>
     
    596596                                                <p><?php esc_html_e( 'We&#8217;ve also reworked the way that phrases like "Boone posted an update" are handled, so that they&#8217;re always up-to-date and always translatable.', 'buddypress' ) ?></p>
    597597                                        </div>
    598598
    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" />
    601601                                        </div>
    602602                                </div>
    603603                        </div>