Commit 7b31f4a3 authored by Pete Hopkins's avatar Pete Hopkins

Brings back uneditable input

parent 70d95b1b
......@@ -969,6 +969,12 @@
<input class="input-xlarge focused" id="focusedInput" type="text" value="{{_i}}This is focused…{{/i}}">
</div>
</div>
<div class="control-group">
<label class="control-label">Uneditable input</label>
<div class="controls">
<span class="input-xlarge uneditable-input">Some value here</span>
</div>
</div>
<div class="control-group">
<label class="control-label" for="disabledInput">{{_i}}Disabled input{{/i}}</label>
<div class="controls">
......@@ -1424,4 +1430,4 @@
</div> <!-- /well -->
</div>
</div>
</section>
\ No newline at end of file
</section>
Markdown is supported
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