Skip to content

Instantly share code, notes, and snippets.

@powrsurg
Created August 31, 2015 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save powrsurg/e0aa6ba23ece91b097c2 to your computer and use it in GitHub Desktop.
Save powrsurg/e0aa6ba23ece91b097c2 to your computer and use it in GitHub Desktop.
<div class="sl_block_row">
<div class="sl_form_label_block">
<span id="active_text">Set Team as Active?</span>
<span role="tooltip" id="team_active_options_tip" class="help_tip" title="Active teams are visible to all team members. Inactive teams can be seen only by team managers and administrators."
aria-label="Active teams are visible to all team members. Inactive teams can be seen only by team managers and administrators.">?</span>
</div>
<div class="sl_formfield_block" id="team_active_options">
<div class="sl_radio"><span class="sl_radio"><label for="team_active"><input type="radio" name="set_team_active" id="team_active" value="1" checked aria-labelledby="active_text" aria-describedby="team_active_options_tip" />&nbsp;<span class="sl_radio_label">Yes</span></label></span>&nbsp;&nbsp;&nbsp;
<span class="sl_radio"><label for="team_inactive"><input type="radio" name="set_team_active" id="team_inactive" value="0" aria-labelledby="active_text" aria-describedby="team_active_options_tip" />&nbsp;<span class="sl_radio_label">No</span></label></span></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment