Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/03/2010 09:28:01 AM (17 years ago)
Author:
johnjamesjacoby
Message:

IE7 fixes for xprofile field group reorder. Also fix issue with nested sortables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-admin.php

    r2798 r2799  
    6767                                                        <thead>
    6868                                                                <tr class="grabber">
    69                                                                         <th scope="col" width="10">&nbsp;</th>
     69                                                                        <th scope="col" width="10"><img src="<?php echo BP_PLUGIN_URL ?>/bp-xprofile/admin/images/move.gif" alt="<?php _e( 'Drag', 'buddypress' ) ?>" /></th>
    7070                                                                        <th scope="col" colspan="<?php if ( $group->can_delete ) { ?>3<?php } else { ?>5<?php } ?>"><?php echo attribute_escape( $group->name ); ?></th>
    7171<?php
Note: See TracChangeset for help on using the changeset viewer.