Skip to content

Instantly share code, notes, and snippets.

@joshmoto
Last active December 12, 2015 12:19
Show Gist options
  • Save joshmoto/4771584 to your computer and use it in GitHub Desktop.
Save joshmoto/4771584 to your computer and use it in GitHub Desktop.
user profile meta tick boxes layout
<h3>Network Access Privileges</h3>
<table class="form-table">
<tbody>
<tr>
<th scope="row">My Site Title</th>
<td>
<label for="comment_shortcuts">
<input type="checkbox" name="" id="" value="true">
Please tick to activate user access on
</label>
<a href="http://mysite.com/" target="_blank">http://mysite.com</a>
</td>
</tr>
<tr>
<th scope="row">one.My Site Title</th>
<td>
<label for="comment_shortcuts">
<input type="checkbox" name="" id="" value="true">
Please tick to activate user access on
</label>
<a href="http://one.mysite.com/" target="_blank">http://one.mysite.com</a>
</td>
</tr>
<tr>
<th scope="row">two.My Site Title</th>
<td>
<label for="comment_shortcuts">
<input type="checkbox" name="" id="" value="true">
Please tick to activate user access on
</label>
<a href="http://two.mysite.com/" target="_blank">http://two.mysite.com</a>
</td>
</tr>
<tr>
<th scope="row">three.My Site Title</th>
<td>
<label for="comment_shortcuts">
<input type="checkbox" name="" id="" value="true">
Please tick to activate user access on
</label>
<a href="http://three.mysite.com/" target="_blank">http://three.mysite.com</a>
</td>
</tr>
<tr>
<th scope="row">four.My Site Title</th>
<td>
<label for="comment_shortcuts">
<input type="checkbox" name="" id="" value="true">
Please tick to activate user access on
</label>
<a href="http://four.mysite.com/" target="_blank">http://four.mysite.com</a>
</td>
</tr>
<tr>
<th scope="row">five.My Site Title</th>
<td>
<label for="comment_shortcuts">
<input type="checkbox" name="" id="" value="true">
Please tick to activate user access on
</label>
<a href="http://five.mysite.com/" target="_blank">http://five.mysite.com</a>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment