Code: Alles auswählen.
<div style="overflow: auto; WIDTH: 100%; height: 200px">
<table id="tab1" class="table table-striped">
<tr>
<td></td>
<td>Mail</td>
<td>Action</td>
</tr>
<%
data: lt_user type ztt_benutzer_global
, ls_user type zzs_benutzer_global.
LOOP AT benutzerDaten into ls_user .
%>
<tr>
<td>
<input type="checkbox" class="form-group-sm" value="" />
</td>
<td>
<label><%= ls_user-MAIL %></label>
</td>
<td>
<button type="SUBMIT" name="OnInputProcessing(delete)" class="btn btn-default btn-sm" aria-label="Left Align">
<span class="glyphicon glyphicon-trash" aria-hidden="true">
</span>
</button>
<BUTTON type="SUBMIT" name="OnInputProcessing(pw)" CLASS="btn btn-default btn-sm" aria-label="Left Align">
<SPAN CLASS="glyphicon glyphicon-refresh" aria-hidden="true">
</SPAN>
Password zurücksetzen
</BUTTON>
</td>
</tr>
<!--<tr>
<td>
<input type="checkbox" class="form-group-sm" value="" />
</td>
<td>
<label>Waldemar.Schneider(at)live.de</label>
</td>
<td>
<button type="SUBMIT" name="OnInputProcessing(delete)" class="btn btn-default btn-sm" aria-label="Left Align">
<span class="glyphicon glyphicon-pencil" aria-hidden="true">
</span>
</button>
<button type="SUBMIT" name="OnInputProcessing(pw)" class="btn btn-default btn-sm" aria-label="Left Align">
<span class="glyphicon glyphicon-trash" aria-hidden="true">
</span>
</button>
</td>
</tr>-->
<%
ENDLOOP.
%>
</table>
Folgende Benutzer bedankten sich beim Autor a-dead-trousers für den Beitrag:
BubbleSort