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

Brings back uneditable input

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