Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/05/2016 07:26:47 PM (10 years ago)
Author:
mercime
Message:

Accessibility: Add fieldsets for radio buttons in Site privacy sections.

Fixes #7271.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-template.php

    r11150 r11173  
    11121112        ?>
    11131113
    1114         <p>
    1115                 <label for="blog_public_on"><?php _e('Privacy:', 'buddypress') ?></label>
    1116                 <?php _e( 'I would like my site to appear in search engines, and in public listings around this network.', 'buddypress' ); ?>
     1114        <fieldset class="create-site">
     1115                <legend class="label"><?php _e('Privacy: I would like my site to appear in search engines, and in public listings around this network', 'buddypress') ?></legend>
    11171116
    11181117                <label class="checkbox" for="blog_public_on">
     
    11241123                        <strong><?php _e( 'No' , 'buddypress'); ?></strong>
    11251124                </label>
    1126         </p>
     1125        </fieldset>
    11271126
    11281127        <?php
Note: See TracChangeset for help on using the changeset viewer.