Skip to content

Instantly share code, notes, and snippets.

@jaybill
Created March 7, 2012 18:21
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 jaybill/1994921 to your computer and use it in GitHub Desktop.
Save jaybill/1994921 to your computer and use it in GitHub Desktop.
<div class="rivety-form-field ui-corner-all">
<label for="property_type">{t}Type{/t}</label>
<div class="buttonset" id="property_type"><input type="radio" id="text" value="text" name="property_type" /><label for="{t}Text{/t}">{t}Text{/t}</label><input type="radio" id="date" value="date" name="property_type" /><label for="{t}Date{/t}">{t}Date{/t}</label><input type="radio" id="number" value="number" name="property_type" /><label for="{t}Number{/t}">{t}Number{/t}</label></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment