src/main/webapp/templates-hidden/form-panel.html
changeset 48 366e1f8d93bb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/templates-hidden/form-panel.html	Thu Apr 12 10:52:42 2012 +0200
@@ -0,0 +1,10 @@
+<fieldset>
+  <legend></legend>
+  <div class="control-group">
+    <label class="control-label" for="">Text input</label>
+    <div class="controls">
+      <input type="text" class="input-xlarge" id="input01">
+      <span class="help-inline">Supporting help text</span>
+    </div>
+  </div>
+</fieldset>