<!-- gehort zu tabview --> <div id="tabs"> <ul> <li><a href="#tabs-1">[TABTEXT]</a></li> <li><a href="#tabs-2">[TABTEXT2]</a></li> <li><a href="#tabs-3">[TABTEXT3]</a></li> </ul> <!-- ende gehort zu tabview --> <!-- erstes tab --> <div id="tabs-1"> [MESSAGE] [TAB1] [TAB1NEXT] </div> <!-- erstes tab --> <div id="tabs-2"> [MESSAGE2] [TAB2] [TAB2NEXT] </div> <!-- erstes tab --> <div id="tabs-3"> <div class="row-height"> <div class="col-xs-12 col-md-12 col-md-height"> <div class="inside inside-full-height"> <fieldset><legend>Filter</legend> <table width="100%"> <tr> <td> <input type="checkbox" name="show_errors_only" id="show_errors_only" onchange="loggingPositionsMoreData()"><label for="show_errors_only">Nur Übertragungsfehler anzeigen</label> </td> </tr> </table> </fieldset> </div> </div> </div> [MESSAGE3] [TAB3] [TAB2NEXT] </div> </div> <!-- tab view schließen --> </div> <script type="text/javascript"> </script>