Blame | Letzte Änderung | Log anzeigen | RSS feed
<table width="100%" border="1" cellspacing="0" cellpadding="3"><tr bgcolor="#{$webs.bgcolor_links}"><td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td class="headline"><b><font color="#{$webs.font_color_links}">Benutzer: Bearbeiten</font></b></td><td class="headline" align="right"><font color="#{$webs.font_color_links}"><b>{$total} Einträge</b></font></td></tr><tr><td class="headline" colspan="2"><font color="#{$webs.font_color_links}"><hr noshade="noshade" width="100%">{if isset( $user_rechte.logins.admin.auswahl )}Status:{html_options name="select" output=$kats values=$kats selected=$cur_kat}<br>{/if}Suche nach Name:<input name="suchname" type="text" id="suchname" value="{$suchname}">PLZ:<input type="text" name="plz" value="{$smarty.get.plz}">{if isset($user_rechte.logins.admin.ex_knr)}{if $web_rechte.logins.admin.ex_knr}{$web_rechte.logins.admin.ex_knr}{else}ext. KdNr.:{/if}<input type="text" value="{$ex_knr}" name="ex_knr" value="{$smarty.get.ex_knr}">{/if}<input type="submit" name="Submit" value="Suchen"><hr noshade="noshade" width="100%"></font></td></tr></table>{include file="pagination.tpl"}</td></tr><tr><td colspan="2">{foreach from=$felder item=feld}{if $web_rechte.logins.admin.$feld}<a href="{$SCRIPT_NAME}?action=select_edit&sort={$feld}&start={$start}&suchname={$smarty.request.suchname}&select={$smarty.request.select}&ex_knr={$smarty.request.ex_knr}">{$web_rechte.logins.admin.$feld|regex_replace:"/:/":""}</a>{else}{$feld}{/if}{/foreach}</td></tr>{section loop=$logins name=l_ind}<tr><td bgcolor="#{$webs.bgcolor_rechts}" width="100%"><a href="{$SCRIPT_NAME}?action=edit&ID={$logins[l_ind].ID}"><font color="#{$webs.font_color_rechts}">{foreach from=$felder item=feld}{if array_key_exists($feld, $logins[l_ind])}{$logins[l_ind][$feld]}{else}{$feld}{/if}{/foreach}</font></a></td>{if $web_rechte.Login.admin.userlevel}<td bgcolor="#{$webs.bgcolor_rechts}" nowrap="nowrap"><font color="#{$webs.font_color_rechts}">{if $logins[l_ind].Status}{$logins[l_ind].Status}{else} {/if}</font></td>{/if}{if $smarty.get.action=="delete"}<td bgcolor="#{$webs.bgcolor_rechts}" nowrap="nowrap"><input type="checkbox" name="ID[]" value="{$logins[l_ind].ID}"></td>{/if}</tr>{/section}<tr bgcolor="#{$webs.bgcolor_links}"><td colspan="2">{include file="pagination.tpl"}</td></tr><tr bgcolor="#{$webs.bgcolor_links}"><td colspan="2" align="right">{if $smarty.get.action=="delete"}<input type="submit" value="Löschen"><input type="hidden" name="action" value="delete">{else}<input type="hidden" name="action" value="select_edit">{/if} </td></tr></table>