Show multiline-capable input boxes on focus, single-line inputs on blur.
[Sone.git] / src / main / resources / templates / include / updateStatus.html
index 63b4b8f..fba951d 100644 (file)
@@ -1,9 +1,7 @@
-<div id="update-status">
-       <form action="createPost.html" method="post">
-               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
-               <input type="hidden" name="returnPage" value="<% request.uri|html>" />
-               <label for="text"><%= Page.Index.Label.Text|l10n|html></label>
-               <input class="status-input" name="text" value="" />
-               <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
-       </form>
-</div>
+<form id="update-status" action="createPost.html" method="post">
+       <input type="hidden" name="formPassword" value="<% formPassword|html>" />
+       <input type="hidden" name="returnPage" value="<% request.uri|html>" />
+       <label for="text"><%= Page.Index.Label.Text|l10n|html></label>
+       <input type="text" class="status-input" name="text" value="" />
+       <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
+</form>