mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/15699] Add progress bar and use template macros
PHPBB3-15699
This commit is contained in:
@@ -37,7 +37,10 @@ class local implements provider_interface
|
||||
public function get_options()
|
||||
{
|
||||
return [
|
||||
'path' => ['type' => 'text'],
|
||||
'path' => [
|
||||
'tag' => 'input',
|
||||
'type' => 'text',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user