mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
65 lines
3.0 KiB
Smarty
65 lines
3.0 KiB
Smarty
<div id="tabs">
|
|
<ul>
|
|
<li><a href="#tabs-1">[TABTEXT1]</a></li>
|
|
</ul>
|
|
<div id="tabs-1">
|
|
<form method="post" action="#">
|
|
<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="zu_mahnen" class="switch">
|
|
<input type="checkbox" id="zu_mahnen">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
<label for="zu_mahnen">{|Nur zu mahnende|}</label>
|
|
</li>
|
|
<li class="filter-item">
|
|
<label for="inkl_bezahlte" class="switch">
|
|
<input type="checkbox" id="inkl_bezahlte">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
<label for="inkl_bezahlte">{|Inkl. bezahlte|}</label>
|
|
</li>
|
|
<li class="filter-item">
|
|
<label for="inkl_gesperrte" class="switch">
|
|
<input type="checkbox" id="inkl_gesperrte">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
<label for="inkl_gesperrte">{|Inkl. gesperrte|}</label>
|
|
</li>
|
|
</ul>
|
|
<input type="submit" class="btnBlue" name="mahnstufe_berechnen" value="{|Mahnstufe berechnen|}" />
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<form method="post" action="#">
|
|
[MESSAGE]
|
|
[TAB1]
|
|
[TAB1NEXT]
|
|
<fieldset>
|
|
<legend>{|Stapelverarbeitung|}</legend>
|
|
<input type="checkbox" id="auswahlalle" onchange="alleauswaehlen();" /> {|alle markieren|}
|
|
<select id="sel_aktion" name="sel_aktion">
|
|
<option value="">{|bitte wählen|} ...</option>
|
|
[ALSBEZAHLTMARKIEREN]
|
|
<option value="offen">{|als offen markieren|}</option>
|
|
<option value="mahnung_reset">{|Mahnstatus zurücksetzen|}</option>
|
|
<option value="mahnen">{|Mahnung durchführen|}</option>
|
|
<!-- <option value="email">{|Mahnung durchführen (nur E-Mail)|}</option>
|
|
<option value="email">{|Mahnung durchführen (nur Drucken)|}</option> -->
|
|
</select> {|Drucker|}: <select name="seldrucker">[SELDRUCKER]</select> <input type="submit" class="btnBlue" name="ausfuehren" value="{|ausführen|}" />
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
function alleauswaehlen()
|
|
{
|
|
var wert = $('#auswahlalle').prop('checked');
|
|
$('#mahnwesen_list').find(':checkbox').prop('checked',wert);
|
|
}
|
|
</script>
|