Changeset 85
- Timestamp:
- 04/06/07 10:31:54 (2 years ago)
- Files:
-
- contenttoolbar/contenttoolbar_video_wizard.php (modified) (1 diff)
- contenttoolbar/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contenttoolbar/contenttoolbar_video_wizard.php
r84 r85 25 25 $metatags .= "<link rel=\"stylesheet\" href=\"" . $CFG->wwwroot . "mod/contenttoolbar/css.css\" type=\"text/css\" media=\"screen\" />"; 26 26 27 $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the 'embed code', paste it in the following form and configure your preferred size:");27 $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the embed HTML, paste it in the following form and configure your preferred size:"); 28 28 $video_url_label = __gettext("Video URL"); 29 29 $video_size_label = __gettext("Video size"); 30 30 $video_button_label = __gettext("Insert video"); 31 $error_msg = __gettext("We couldn't understandthis code. Are you sure this is the embed HTML for your video?");31 $error_msg = __gettext("We had trouble understanding this code. Are you sure this is the embed HTML for your video?"); 32 32 33 33 $run_result = templates_draw(array('context'=>'video_wizard', contenttoolbar/lib.php
r83 r85 59 59 60 60 $body = "<h2>" . __gettext("Video widget") . "</h2>"; 61 $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the 'embed code' and putit in the following form and configure your preferred size:");61 $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the embed HTML, paste it in the following form and configure your preferred size:"); 62 62 $video_url_label = __gettext("Video URL"); 63 63 $video_size_label = __gettext("Video size");
