Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 28... Línea 28...
28
    // Home server URL.
28
    // Home server URL.
29
    $name = new lang_string('matrixhomeserverurl', 'communication_matrix');
29
    $name = new lang_string('matrixhomeserverurl', 'communication_matrix');
30
    $desc = new lang_string('matrixhomeserverurl_desc', 'communication_matrix');
30
    $desc = new lang_string('matrixhomeserverurl_desc', 'communication_matrix');
31
    $settings->add(new admin_setting_configtext('communication_matrix/matrixhomeserverurl', $name, $desc, ''));
31
    $settings->add(new admin_setting_configtext('communication_matrix/matrixhomeserverurl', $name, $desc, ''));
Línea -... Línea 32...
-
 
32
 
-
 
33
    // Home server name.
-
 
34
    $name = new lang_string('matrixhomeservername', 'communication_matrix');
-
 
35
    $desc = new lang_string('matrixhomeservername_desc', 'communication_matrix');
-
 
36
    $settings->add(new admin_setting_configtext('communication_matrix/matrixhomeservername', $name, $desc, ''));
32
 
37
 
33
    // Access token.
38
    // Access token.
34
    $name = new lang_string('matrixaccesstoken', 'communication_matrix');
39
    $name = new lang_string('matrixaccesstoken', 'communication_matrix');
35
    $desc = new lang_string('matrixaccesstoken_desc', 'communication_matrix');
40
    $desc = new lang_string('matrixaccesstoken_desc', 'communication_matrix');