mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/17100] Move html of build_select to templates
PHPBB3-17100
This commit is contained in:
@@ -626,16 +626,7 @@ class acp_main
|
||||
));
|
||||
}
|
||||
|
||||
$option_ary = array('activate' => 'ACTIVATE', 'delete' => 'DELETE');
|
||||
if ($config['email_enable'])
|
||||
{
|
||||
$option_ary += array('remind' => 'REMIND');
|
||||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
'S_INACTIVE_USERS' => true,
|
||||
'S_INACTIVE_OPTIONS' => build_select($option_ary))
|
||||
);
|
||||
$template->assign_var('S_INACTIVE_USERS', true);
|
||||
}
|
||||
|
||||
// Warn if install is still present
|
||||
|
Reference in New Issue
Block a user