"> " name="domain">

" >
$value) { ++$i; if ($data[$key]['SUSPENDED'] == 'yes') { $status = 'suspended'; $spnd_action = 'unsuspend'; $spnd_action_title = _('Unsuspend'); $spnd_icon = 'fa-play'; $spnd_icon_class = 'icon-green'; $spnd_confirmation = _('Are you sure you want to unsuspend %s?'); if ($data[$key]['ALIAS'] == '') { $alias_icon = 'fa-circle-minus'; $alias_title = _('No aliases'); } else { $alias_icon = 'fa-circle-check'; $alias_title = _('Aliases used'); } if ($data[$key]['FWD'] == '') { $fwd_icon = 'fa-circle-minus'; $fwd_title = _('Disabled'); } else { $fwd_icon = 'fa-circle-check'; $fwd_title = _('Enabled'); } if ($data[$key]['AUTOREPLY'] == 'no') { $autoreply_icon = 'fa-circle-minus'; $autoreply_title = _('Disabled'); } else { $autoreply_icon = 'fa-circle-check'; $autoreply_title = _('Enabled'); } } else { $status = 'active'; $spnd_action = 'suspend'; $spnd_action_title = _('Suspend'); $spnd_icon = 'fa-pause'; $spnd_icon_class = 'icon-highlight'; $spnd_confirmation = _('Are you sure you want to suspend %s?'); if ($data[$key]['ALIAS'] == '') { $alias_icon = 'fa-circle-minus'; $alias_title = _('No aliases'); } else { $alias_icon = 'fa-circle-check icon-green'; $alias_title = _('Aliases used'); } if ($data[$key]['FWD'] == '') { $fwd_icon = 'fa-circle-minus'; $fwd_title = _('Disabled'); } else { $fwd_icon = 'fa-circle-check icon-green'; $fwd_title = _('Enabled'); } if ($data[$key]['AUTOREPLY'] == 'no') { $autoreply_icon = 'fa-circle-minus'; $autoreply_title = _('Disabled'); } else { $autoreply_icon = 'fa-circle-check icon-green'; $autoreply_title = _('Enabled'); } } ?>