$limit || $list_domains[$selected_domain]['mailbox_count'] > $limit) { echo "
\n"; if ($offset >= $limit) { echo "\n"; } if (($list_domains[$selected_domain]['alias_count'] > $limit) || ($list_domains[$selected_domain]['mailbox_count'] > $limit)) { echo "\n"; } if ((($offset + $limit) < $list_domains[$selected_domain]['alias_count']) || (($offset + $limit) < $list_domains[$selected_domain]['mailbox_count'])) { echo "\n"; } echo "
\n"; } if (count($list_alias) > 0) { echo "\n"; echo " \n"; echo " "; echo " "; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; foreach ($list_alias as $row) { echo " \n"; echo " \n"; echo " \n"; echo " \n"; if ($CONF['special_alias_control'] == 'YES') { echo " \n"; echo " \n"; } else { if (!in_array($row['goto'], $CONF['default_aliases'])) { echo " \n"; echo " \n"; } else { echo " \n"; echo " \n"; } } echo " \n"; } echo "

".$PALANG['pOverview_alias_title']."

" . $PALANG['pOverview_alias_address'] . "" . $PALANG['pOverview_alias_goto'] . "" . $PALANG['pOverview_alias_modified'] . " 
" . $row['address'] . "" . preg_replace("/,/", "
", $row['goto']) . "
" . $row['modified'] . "" . $PALANG['edit'] . "" . $PALANG['del'] . "" . $PALANG['edit'] . "" . $PALANG['del'] . "  
\n"; } if (count($list_mailbox) > 0) { echo "\n"; echo " \n"; echo " "; echo " "; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; foreach ($list_mailbox as $row) { echo " \n"; echo " \n"; echo " \n"; echo " \n"; $active = ($row['active'] == 1) ? $PALANG['YES'] : $PALANG['NO']; echo " \n"; echo " \n"; echo " \n"; echo " \n"; } echo "

".$PALANG['pOverview_mailbox_title']."

" . $PALANG['pOverview_mailbox_username'] . "" . $PALANG['pOverview_mailbox_name'] . "" . $PALANG['pOverview_mailbox_modified'] . "" . $PALANG['pOverview_mailbox_active'] . " 
" . $row['username'] . "" . $row['name'] . "" . $row['modified'] . "" . $active . "" . $PALANG['edit'] . "" . $PALANG['del'] . "
\n"; } ?>