mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
31 lines
649 B
Smarty
31 lines
649 B
Smarty
<!-- gehort zu tabview -->
|
|
<div id="tabs">
|
|
<ul>
|
|
<li><a href="#tabs-1"></a></li>
|
|
</ul>
|
|
<!-- ende gehort zu tabview -->
|
|
|
|
<!-- erstes tab -->
|
|
<div id="tabs-1">
|
|
<!--<table height="80" width="100%"><tr><td>
|
|
<fieldset><legend> Filter</legend>
|
|
<center>
|
|
<table width="100%" cellspacing="5">
|
|
<tr>
|
|
<td><input type="checkbox" name="artikellager" id="artikellager" value="A"> TBD</td>
|
|
<td><input type="checkbox" id="ustpruefung"> TBD</td>
|
|
<td><input type="checkbox" id="zahlungseingang"> TBD</td>
|
|
</tr></table>
|
|
</center>
|
|
</fieldset>
|
|
</td></tr></table>-->
|
|
|
|
[MESSAGE]
|
|
[TAB1]
|
|
</div>
|
|
|
|
|
|
<!-- tab view schließen -->
|
|
</div>
|
|
|