<!-- Example for multiple tabs
<div id="tabs">
<ul>
<li><a href="#tabs-1">First Tab</a></li>
<li><a href="#tabs-2">Second Tab</a></li>
</ul>
-->
<form action="" method="post">
    <div id="tabs-1">
        [MESSAGE]
        <div class="row">
	    	<div class="row-height">
	    		<div class="col-xs-12 col-md-12 col-md-height">
	    			<div class="inside inside-full-height">
	    				<fieldset>
                            <legend>{|PLACEHOLDER_LEGEND|}</legend>
                            <table width="100%" border="0" class="mkTableFormular">
                                PLACEHOLDER_FIELDS
                            </table>
                        </fieldset>            
                        <input type="submit" name="submit" value="Speichern" style="float:right"/>    
                    </div>
           		</div>
           	</div>	
        </div>
    </div>
<!-- Example for second tab
    <div id="tabs-2">
        [MESSAGE]
        <div class="row">
	    	<div class="row-height">
	    		<div class="col-xs-12 col-md-12 col-md-height">
	    			<div class="inside inside-full-height">
	    				<fieldset>
                            <legend>{|Legend goes here|}</legend>
                            <table width="100%" border="0" class="mkTableFormular">
                                PLACEHOLDER_FIELDS
                            </table>
                        </fieldset>            
                        <input type="submit" name="submit" value="Speichern" style="float:right"/>    
                    </div>
           		</div>
           	</div>	
        </div>
    </div>
-->
</form>