Changes for page Forms Standards: Inline Layout
Last modified by Marius Dumitru Florea on 2021/08/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Sergiu1 +XWiki.evalica - Content
-
... ... @@ -43,13 +43,11 @@ 43 43 44 44 {{code language="html"}} 45 45 <form action="." class="xformInline" method="post" name="form_name1"> 46 - <div> 47 - <label for="input_id1">Label</label> 48 - <input id="input_id1" name="input_name1" type="text" value="" size="30"/> 49 - <span class="buttonwrapper"> 50 - <input class="button" type="submit" value="Button"/> 51 - </span> 52 - </div> 46 + <label for="input_id1">Label</label> 47 + <input id="input_id1" name="input_name1" type="text" value="" size="30"/> 48 + <span class="buttonwrapper"> 49 + <input class="button" type="submit" value="Button"/> 50 + </span> 53 53 </form> 54 54 {{/code}} 55 55 ... ... @@ -57,13 +57,11 @@ 57 57 58 58 {{html clean="false"}} 59 59 <form action="." class="xformInline" method="post" name="form_name1"> 60 - </div> 61 - <label for="input_id1">Label</label> 62 - <input id="input_id1" name="input_name1" type="text" value=""/> 63 - <span class="buttonwrapper"> 64 - <input class="button" type="submit" value="Button"/> 65 - </span> 66 - </div> 58 + <label for="input_id1">Label</label> 59 + <input id="input_id1" name="input_name1" type="text" value=""/> 60 + <span class="buttonwrapper"> 61 + <input class="button" type="submit" value="Button"/> 62 + </span> 67 67 </form> 68 68 {{/html}} 69 69