示例#1
0
 $_MAIN_OUTPUT .= "<td onmousemove=\"showToolTip('tt_adr_list_id_" . $ADR[$acc]['id'] . "')\" onmouseout=\"setBGColor('row_" . $acc . "','" . $bgcolor . "');hideToolTip();\">";
 $Form->set_InputValue($FormularName, $InputName_AdrID, $ADR[$acc]['id']);
 $Form->render_Input($FormularName, $InputName_AdrID);
 $_MAIN_OUTPUT .= $Form->INPUT[$FormularName][$InputName_AdrID]['html'];
 if ($ADR[$acc]['recheck'] == 1) {
     $_MAIN_OUTPUT .= "&nbsp;" . tm_icon("spellcheck.png", ___("E-Mail Prüfen"));
 }
 //BLACKLIST Details
 //zeigt an ob adresse AKTIV!!!!! geblacklisted ist:
 if ($BLACKLIST->isBlacklisted($ADR[$acc]['email'])) {
     $_MAIN_OUTPUT .= "&nbsp;" . tm_icon("ruby.png", ___("Blacklist"));
 } else {
     $_MAIN_OUTPUT .= "&nbsp;" . tm_icon("bullet_white.png", "Blacklisting nicht aktiv");
 }
 //zeigt an ob adresse geblacklisted ist und welchen typs:
 $blacklisted = $BLACKLIST->checkBL($ADR[$acc]['email'], "", 0);
 $bl_email = false;
 //flag f. edit links
 $bl_domain = false;
 //flag f. edit links
 $bl_expr = false;
 //flag f. edit links
 if ($blacklisted[0]) {
     $bl_types = array();
     foreach ($blacklisted[1] as $blacklist_entry) {
         $bl_types[] = $blacklist_entry['type'];
     }
     //foreach as ...
     //unify!
     $bl_types = array_unique($bl_types);
     //sort