mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
49 lines
1.2 KiB
Smarty
49 lines
1.2 KiB
Smarty
|
<!-- gehort zu tabview -->
|
||
|
<div id="tabs">
|
||
|
<ul>
|
||
|
<li><a href="#tabs-1"><!--[TABTEXT]--></a></li>
|
||
|
</ul>
|
||
|
<!-- ende gehort zu tabview -->
|
||
|
|
||
|
<!-- erstes tab -->
|
||
|
<div id="tabs-1">
|
||
|
[MESSAGE]
|
||
|
|
||
|
|
||
|
<div class="filter-box filter-usersave">
|
||
|
<div class="filter-block filter-inline">
|
||
|
<div class="filter-title">{|Filter|}</div>
|
||
|
<ul class="filter-list">
|
||
|
<li class="filter-item">
|
||
|
<label for="ohneforderungsverlust" class="switch">
|
||
|
<input type="checkbox" id="ohneforderungsverlust">
|
||
|
<span class="slider round"></span>
|
||
|
</label>
|
||
|
<label for="ohneforderungsverlust">{|ohne Forderungsverlust|}</label>
|
||
|
</li>
|
||
|
<li class="filter-item">
|
||
|
<label for="ohneinkasso" class="switch">
|
||
|
<input type="checkbox" id="ohneinkasso">
|
||
|
<span class="slider round"></span>
|
||
|
</label>
|
||
|
<label for="ohneinkasso">{|ohne Inkasso|}</label>
|
||
|
</li>
|
||
|
<li class="filter-item">
|
||
|
<label for="ohnegesperrt" class="switch">
|
||
|
<input type="checkbox" id="ohnegesperrt">
|
||
|
<span class="slider round"></span>
|
||
|
</label>
|
||
|
<label for="ohnegesperrt">{|ohne gesperrt|}</label>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
[TAB1]
|
||
|
[TAB1NEXT]
|
||
|
</div>
|
||
|
|
||
|
<!-- tab view schließen -->
|
||
|
</div>
|
||
|
|