This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
neilime
committed
May 10, 2014
1 parent
72285c9
commit 8a146da
Showing
73 changed files
with
77 additions
and
10,290 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<form action="" method="POST" role="form"><div class="form-group "><label for="exampleInputEmail1">Email address</label><input name="input-email" type="email" placeholder="Enter email" id="exampleInputEmail1" class="form-control" value=""></div> | ||
<div class="form-group "><label for="exampleInputPassword1">Password</label><input name="input-password" type="password" placeholder="Password" id="exampleInputPassword1" class="form-control" value=""></div> | ||
<div class="form-group "><label for="exampleInputFile">File input</label><input name="input-file" type="file" id="exampleInputFile"><p class="help-block">Example block-level help text here.</p></div> | ||
<div class="checkbox"><input type="hidden" name="input-checkbox" value="0"><label><input type="checkbox" name="input-checkbox" value="1">Check me out</label></div> | ||
<div class="checkbox"><input type="hidden" name="input-checkbox" value="0"><label><input type="checkbox" name="input-checkbox" value="1"> Check me out</label></div> | ||
<div class="form-group "><button type="submit" name="button-submit" class="btn btn-default" value="">Submit</button></div> | ||
</form> |
2 changes: 1 addition & 1 deletion
2
tests/_files/expected-forms/control-states-form-horizontal.phtml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<form action="" method="POST" role="form" class="form-horizontal"><div class="form-group "><div class=""><input name="input-text-disabled" type="text" placeholder="Disabled input here..." id="disabledInput" class="form-control" value=""></div></div> | ||
<fieldset disabled="disabled" class="form-horizontal"><div class="form-group "><label class="control-label" for="disabledTextInput">Disabled input</label><div class=""><input name="fieldset-disabled[input-text-disabled]" type="text" placeholder="Disabled input" id="disabledTextInput" class="form-control" value=""></div></div> | ||
<div class="form-group "><label class="control-label" for="disabled-select">Disabled select menu</label><div class=""><select name="fieldset-disabled[disabled-select]" id="disabled-select" class="form-control"><option value="">Disabled select</option></select></div></div> | ||
<div class="form-group "><div class=""><div class="checkbox"><input type="hidden" name="fieldset-disabled[input-checkbox]" value="0"><label><input type="checkbox" name="fieldset-disabled[input-checkbox]" value="1">Can't check this</label></div></div></div> | ||
<div class="form-group "><div class=""><div class="checkbox"><input type="hidden" name="fieldset-disabled[input-checkbox]" value="0"><label class="control-label"><input type="checkbox" name="fieldset-disabled[input-checkbox]" value="1"> Can't check this</label></div></div></div> | ||
<div class="form-group "><div class=""><button type="submit" name="fieldset-disabled[button-submit]" class="btn-primary btn" value="">Submit</button></div></div> | ||
</fieldset></form> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<form action="" method="POST" role="form"><div class="form-group "><input name="input-text-disabled" type="text" placeholder="Disabled input here..." id="disabledInput" class="form-control" value=""></div> | ||
<fieldset disabled="disabled"><div class="form-group "><label for="disabledTextInput">Disabled input</label><input name="fieldset-disabled[input-text-disabled]" type="text" placeholder="Disabled input" id="disabledTextInput" class="form-control" value=""></div> | ||
<div class="form-group "><label for="disabled-select">Disabled select menu</label><select name="fieldset-disabled[disabled-select]" id="disabled-select" class="form-control"><option value="">Disabled select</option></select></div> | ||
<div class="checkbox"><input type="hidden" name="fieldset-disabled[input-checkbox]" value="0"><label><input type="checkbox" name="fieldset-disabled[input-checkbox]" value="1">Can't check this</label></div> | ||
<div class="checkbox"><input type="hidden" name="fieldset-disabled[input-checkbox]" value="0"><label><input type="checkbox" name="fieldset-disabled[input-checkbox]" value="1"> Can't check this</label></div> | ||
<div class="form-group "><button type="submit" name="fieldset-disabled[button-submit]" class="btn-primary btn" value="">Submit</button></div> | ||
</fieldset></form> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<form action="" method="POST" class="form-horizontal" role="form"><div class="form-group "><label class="col-sm-2 control-label" for="inputEmail1">Email</label><div class=" col-sm-10"><input name="input-email" type="email" placeholder="Enter email" id="inputEmail1" class="form-control" value=""></div></div> | ||
<div class="form-group "><label class="col-sm-2 control-label" for="inputPassword1">Password</label><div class=" col-sm-10"><input name="input-password" type="password" placeholder="Password" id="inputPassword1" class="form-control" value=""></div></div> | ||
<div class="form-group "><div class=" col-sm-10 col-sm-offset-2"><div class="checkbox"><input type="hidden" name="input-checkbox" value="0"><label><input type="checkbox" name="input-checkbox" value="1">Remember me</label></div></div></div> | ||
<div class="form-group "><div class=" col-sm-10 col-sm-offset-2"><div class="checkbox"><input type="hidden" name="input-checkbox" value="0"><label class="control-label"><input type="checkbox" name="input-checkbox" value="1"> Remember me</label></div></div></div> | ||
<div class="form-group "><div class=" col-sm-10 col-sm-offset-2"><button type="submit" name="button-submit" class="btn btn-default" value="">Sign in</button></div></div> | ||
</form> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<form action="" method="POST" class="form-inline" role="form"><div class="form-group "><label class="sr-only" for="exampleInputEmail2">Email address</label><input name="input-email" type="email" placeholder="Enter email" id="exampleInputEmail2" class="form-control" value=""></div> | ||
<div class="form-group "><label class="sr-only" for="exampleInputPassword2">Password</label><input name="input-password" type="password" placeholder="Password" id="exampleInputPassword2" class="form-control" value=""></div> | ||
<div class="checkbox"><input type="hidden" name="input-checkbox" value="0"><label><input type="checkbox" name="input-checkbox" value="1">Remember me</label></div> | ||
<div class="checkbox"><input type="hidden" name="input-checkbox" value="0"><label><input type="checkbox" name="input-checkbox" value="1"> Remember me</label></div> | ||
<button type="submit" name="button-submit" class="btn btn-default" value="">Sign in</button> | ||
</form> |
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
2 changes: 1 addition & 1 deletion
2
...s/checkobx-defined-label-attributes.phtml → ...s/checkbox-defined-label-attributes.phtml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<div class="checkbox"><input type="hidden" name="test-checkbox" value="0"><label class="test-class"><input type="checkbox" name="test-checkbox" value="1">Test checkobx</label></div> | ||
<div class="checkbox"><input type="hidden" name="test-checkbox" value="0"><label class="test-class"><input type="checkbox" name="test-checkbox" value="1"> Test checkbox</label></div> |
Oops, something went wrong.