Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/15/2011 06:26:13 PM (15 years ago)
Author:
boonebgorges
Message:

Modifies markup and styling on xprofile admin to work better with Firefox. Fixes #3188

File:
1 edited

Legend:

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

    r4097 r4364  
    362362
    363363    $field = $admin_field; ?>
    364 
    365364                        <fieldset id="field_<?php echo esc_attr( $field->id ); ?>" class="sortable<?php echo ' ' . $field->type; if ( $class ) echo ' ' . $class; ?>">
    366                             <legend><?php bp_the_profile_field_name(); ?> <?php if( !$field->can_delete ) : ?> <?php _e( '(Primary)', 'buddypress' ); endif; ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(Required)', 'buddypress' ) ?><?php endif; ?></legend>
     365                            <legend><span><?php bp_the_profile_field_name(); ?> <?php if( !$field->can_delete ) : ?> <?php _e( '(Primary)', 'buddypress' ); endif; ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(Required)', 'buddypress' ) ?><?php endif; ?></span></legend>
    367366                            <div class="field-wrapper">
    368367
Note: See TracChangeset for help on using the changeset viewer.