File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -1014,9 +1014,9 @@ <h3>New defaults with v2.0</h3>
1014
1014
</ div >
1015
1015
</ div >
1016
1016
< div class ="control-group warning ">
1017
- < label class ="control-label " for ="inputError "> Input with warning</ label >
1017
+ < label class ="control-label " for ="inputWarning "> Input with warning</ label >
1018
1018
< div class ="controls ">
1019
- < input type ="text " id ="inputError ">
1019
+ < input type ="text " id ="inputWarning ">
1020
1020
< span class ="help-inline "> Something may have gone wrong</ span >
1021
1021
</ div >
1022
1022
</ div >
@@ -1028,9 +1028,9 @@ <h3>New defaults with v2.0</h3>
1028
1028
</ div >
1029
1029
</ div >
1030
1030
< div class ="control-group success ">
1031
- < label class ="control-label " for ="inputError "> Input with success</ label >
1031
+ < label class ="control-label " for ="inputSuccess "> Input with success</ label >
1032
1032
< div class ="controls ">
1033
- < input type ="text " id ="inputError ">
1033
+ < input type ="text " id ="inputSuccess ">
1034
1034
< span class ="help-inline "> Woohoo!</ span >
1035
1035
</ div >
1036
1036
</ div >
@@ -1530,11 +1530,11 @@ <h3>Examples</h3>
1530
1530
< div class ="span4 ">
1531
1531
< form >
1532
1532
< div class ="control-group ">
1533
- < label class ="control-label " for ="prependedInput "> Email address</ label >
1533
+ < label class ="control-label " for ="inputIcon "> Email address</ label >
1534
1534
< div class ="controls ">
1535
1535
< div class ="input-prepend ">
1536
1536
< span class ="add-on "> < i class ="icon-envelope "> </ i > </ span >
1537
- < input class ="span2 " id ="iconInput " type ="text ">
1537
+ < input class ="span2 " id ="inputIcon " type ="text ">
1538
1538
</ div >
1539
1539
</ div >
1540
1540
</ div >
Original file line number Diff line number Diff line change 938
938
</div >
939
939
</div >
940
940
<div class =" control-group warning" >
941
- <label class =" control-label" for =" inputError " >{ {_i} }Input with warning{ {/i} }</label >
941
+ <label class =" control-label" for =" inputWarning " >{ {_i} }Input with warning{ {/i} }</label >
942
942
<div class =" controls" >
943
- <input type =" text" id =" inputError " >
943
+ <input type =" text" id =" inputWarning " >
944
944
<span class =" help-inline" >{ {_i} }Something may have gone wrong{ {/i} }</span >
945
945
</div >
946
946
</div >
952
952
</div >
953
953
</div >
954
954
<div class =" control-group success" >
955
- <label class =" control-label" for =" inputError " >{ {_i} }Input with success{ {/i} }</label >
955
+ <label class =" control-label" for =" inputSuccess " >{ {_i} }Input with success{ {/i} }</label >
956
956
<div class =" controls" >
957
- <input type =" text" id =" inputError " >
957
+ <input type =" text" id =" inputSuccess " >
958
958
<span class =" help-inline" >{ {_i} }Woohoo!{ {/i} }</span >
959
959
</div >
960
960
</div >
1454
1454
<div class =" span4" >
1455
1455
<form >
1456
1456
<div class =" control-group" >
1457
- <label class =" control-label" for =" prependedInput " >{ {_i} }Email address{ {/i} }</label >
1457
+ <label class =" control-label" for =" inputIcon " >{ {_i} }Email address{ {/i} }</label >
1458
1458
<div class =" controls" >
1459
1459
<div class =" input-prepend" >
1460
1460
<span class =" add-on" ><i class =" icon-envelope" ></i ></span >
1461
- <input class =" span2" id =" iconInput " type =" text" >
1461
+ <input class =" span2" id =" inputIcon " type =" text" >
1462
1462
</div >
1463
1463
</div >
1464
1464
</div >
You can’t perform that action at this time.
0 commit comments