Commit 2327d30e authored by Erik van der Kolk's avatar Erik van der Kolk
Browse files

Add code snippet to Icon examples => Form fields section

parent 8b763286
Showing with 18 additions and 0 deletions
+18 -0
...@@ -1862,6 +1862,15 @@ For example, <code>section</code> should be wrapped as inline. ...@@ -1862,6 +1862,15 @@ For example, <code>section</code> should be wrapped as inline.
</div> </div>
</div> </div>
</form> </form>
<pre class="prettyprint linenums">
&lt;div class="control-group"&gt;
&lt;label class="control-label" for="inputIcon"&gt;Email address&lt;/label&gt;
&lt;div class="controls"&gt;
&lt;div class="input-prepend"&gt;
&lt;span class="add-on"&gt;&lt;i class="icon-envelope"&gt;&lt;i&gt;&lt;span&gt;&lt;input class="span2" id="inputIcon" type="text"&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>
</section> </section>
......
...@@ -1799,6 +1799,15 @@ ...@@ -1799,6 +1799,15 @@
</div> </div>
</div> </div>
</form> </form>
<pre class="prettyprint linenums">
&lt;div class="control-group"&gt;
&lt;label class="control-label" for="inputIcon"&gt;{{_i}}Email address{{/i}}&lt;/label&gt;
&lt;div class="controls"&gt;
&lt;div class="input-prepend"&gt;
&lt;span class="add-on"&gt;&lt;i class="icon-envelope"&gt;&lt;i&gt;&lt;span&gt;&lt;input class="span2" id="inputIcon" type="text"&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>
</section> </section>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment