mirror of
https://github.com/moodle/moodle.git
synced 2025-02-09 01:21:57 +01:00
10 lines
361 B
PHP
10 lines
361 B
PHP
<?php
|
|
|
|
$settings->add(new admin_setting_configcheckbox('hotpot_showtimes', get_string('showtimes', 'hotpot'),
|
|
get_string('configshowtimes', 'hotpot'), 0) );
|
|
|
|
$settings->add(new admin_setting_configtext('hotpot_excelencodings', get_string('excelencodings', 'hotpot'),
|
|
get_string('configexcelencodings', 'hotpot'), '') );
|
|
|
|
|