Revision: 3634
Author: seba.wagner
Date: Sun Jan 9 02:59:47 2011
Log: some changes to settings and lang folders
http://code.google.com/p/openmeetings/source/detail?r=3634
Added:
/trunk/plugins/moodle_plugin/lang/en
/trunk/plugins/moodle_plugin/lang/fr
/trunk/plugins/moodle_plugin/settings.php
Deleted:
/trunk/plugins/moodle_plugin/lang/en_utf8
/trunk/plugins/moodle_plugin/lang/fr_utf8
Modified:
/trunk/plugins/moodle_plugin/view.php
=======================================
--- /dev/null
+++ /trunk/plugins/moodle_plugin/settings.php Sun Jan 9 02:59:47 2011
@@ -0,0 +1,21 @@
+<?php
+
+defined('MOODLE_INTERNAL') || die;
+
+
+$settings->add(new admin_setting_configtext('openmeetings_red5host',
get_string('red5host', 'openmeetings'),
+
get_string('red5host', 'openmeetings'), "localhost", PARAM_TEXT));
+
+$settings->add(new admin_setting_configtext('openmeetings_red5port',
get_string('red5port', 'openmeetings'),
+ get_string('red5port', 'openmeetings'), 5080,
PARAM_INT));
+
+$settings->add(new
admin_setting_configtext('openmeetings_openmeetingsAdminUser',
get_string('openmeetingsAdminUser', 'openmeetings'),
+
get_string('openmeetingsAdminUser', 'openmeetings'), "admin", PARAM_TEXT));
+
+$settings->add(new
admin_setting_configtext('openmeetings_openmeetingsAdminUserPass',
get_string('openmeetingsAdminUserPass', 'openmeetings'),
+
get_string('openmeetingsAdminUserPass', 'openmeetings'), "password",
PARAM_TEXT));
+
+$settings->add(new
admin_setting_configtext('openmeetings_openmeetingsModuleKey',
get_string('openmeetingsModuleKey', 'openmeetings'),
+
get_string('openmeetingsModuleKey', 'openmeetings'), "moodle", PARAM_TEXT));
+
+
=======================================
--- /trunk/plugins/moodle_plugin/view.php Thu Aug 19 04:15:09 2010
+++ /trunk/plugins/moodle_plugin/view.php Sun Jan 9 02:59:47 2011
@@ -172,9 +172,7 @@
"&moodleRoom=1"
.
"&wwwroot=".
$CFG->wwwroot;
- printf("<iframe src='%s' width='%s' height='%s'
/>",$iframe_d,
-
$CFG->openmeetings_openmeetingsiFrameWidth,
-
$CFG->openmeetings_openmeetingsiFrameHeight);
+ printf("<iframe src='%s' width='%s' height='%s'
/>",$iframe_d,"100%",640);
}
} else {
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.