mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17100] Move html of build_select to templates
PHPBB3-17100
This commit is contained in:
@@ -306,7 +306,10 @@ class acp_inactive
|
||||
|
||||
$template->assign_vars(array(
|
||||
'S_INACTIVE_USERS' => true,
|
||||
'S_INACTIVE_OPTIONS' => build_select($option_ary),
|
||||
'INACTIVE_OPTIONS' => [
|
||||
'name' => 'action',
|
||||
'options' => build_select($option_ary),
|
||||
],
|
||||
|
||||
'S_LIMIT_DAYS' => $s_limit_days,
|
||||
'S_SORT_KEY' => $s_sort_key,
|
||||
|
Reference in New Issue
Block a user