Created
April 2, 2013 13:36
-
-
Save akirill0v/5292252 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="control-group boolean optional company_privacy_company label_show"> | |
<label class="boolean optional control-label" for="company_privacy_company">Don’t show my company in the website catalog</label> | |
<div class="controls"> | |
<input name="company[privacy_company]" type="hidden" value="0"> | |
<label class="checkbox" style="background-position: 0px 9px;"> | |
<input class="boolean optional" id="company_privacy_company" name="company[privacy_company]" type="checkbox" value="1"> | |
</label> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment