Skip to content

Instantly share code, notes, and snippets.

@tristanbes
Created July 3, 2014 10:58
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 tristanbes/0ab59ade1754ddb9d6e1 to your computer and use it in GitHub Desktop.
Save tristanbes/0ab59ade1754ddb9d6e1 to your computer and use it in GitHub Desktop.
<div id="site_edit_entityLocked-group" class="form-group">
<label class="col-lg-3 col-md-3 col-sm-3 control-label required" for="site_edit_entityLocked">
Site vérouillé
</label>
<div class="col-lg-9 col-md-9 col-sm-9">
<input type="checkbox" id="site_edit_entityLocked" name="site_edit[entityLocked]" required="required" value="1">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment