diff --git a/template/mailforwards.php b/template/mailforwards.php index 2318906..c055270 100644 --- a/template/mailforwards.php +++ b/template/mailforwards.php @@ -1,71 +1,73 @@ . /* * This is the template for the mailboxes list * * Called from: * template/domain.php * * Available variables: * $domain object */ // unuseful when load directly defined( 'BOZ_PHP' ) or die; // domain mail forwardings -$mailforwardfroms = $domain->factoryMailforwardfrom() +$mailforwardfroms = + $domain->factoryMailforwardfrom() ->joinDomain() ->select( [ 'mailforwardfrom.mailforwardfrom_ID', 'mailforwardfrom_username', 'domain_name', ] ) + ->orderBy( 'mailforwardfrom_username' ) ->queryGenerator(); ?>

valid() ): ?>

getPlanName(), $plan->getPlanMailForwardings(), __( "Forwarding" ) ) ) ?>

getDomainName() ), __( "Create" ) ) ?>