From: Alan Jack Pippin <ajp@pippin.(none)> Date: Sat, 23 Jun 2007 06:43:58 +0000 (-0600) Subject: Improved usage output. Increased version to 1.0.1 X-Git-Tag: 1_0_4~8 X-Git-Url: http://git.pippins.net/%27%20.%20%24this-%3Ephpgw_js_url%20.%20%27/jscalendar/static/%7Bview%7D?a=commitdiff_plain;h=4e21341b591b305662a15ef7cce055e5f9dcb135;p=embedvideo%2F.git Improved usage output. Increased version to 1.0.1 --- diff --git a/module.inc b/module.inc index 4ae0cfb..8a9f40d 100644 --- a/module.inc +++ b/module.inc @@ -33,7 +33,7 @@ class EmbedVideoModule extends GalleryModule { $this->setId('embedvideo'); $this->setName($gallery->i18n('Embed Video')); $this->setDescription($gallery->i18n('Add embedded videos from the web')); - $this->setVersion('1.0.0'); + $this->setVersion('1.0.1'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 4)); diff --git a/templates/ItemAddEmbedVideo.tpl b/templates/ItemAddEmbedVideo.tpl index 2180a76..a07a0b7 100644 --- a/templates/ItemAddEmbedVideo.tpl +++ b/templates/ItemAddEmbedVideo.tpl @@ -7,7 +7,7 @@ <div class="gbBlock"> <p class="giDescription"> - {g->text text="Import embedded videos into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will add an embedded link to that file. Supported video links: www.youtube.com, video.google.com, or links to any .flv files."} + {g->text text="Import embedded videos into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will add an embedded link to that file."} </p> {if empty($form.webPageUrls)} @@ -19,10 +19,13 @@ <br/> <br> - <b>Example URLs:</b> <br> - http://video.google.com/videoplay?docid=xxxxxxxxxxx&hl=en<br> - http://www.youtube.com/watch?v=xxxxxxxxxxx<br> - http://aaa.bbb.ccc/video.flv<br> + <b><u>Supported Video Sites:</u></b> <br> + <b>YouTube:</b> http://video.google.com/videoplay?docid=xxxxxxxxxxx&hl=en<br> + <b>GoogleVideo:</b> http://www.youtube.com/watch?v=xxxxxxxxxxx<br> + <br> + <b><u>Supported File Types:</u></b><br> + <b>FlashVideo (.flv):</b> http://aaa.bbb.ccc/video.flv<br> + <br> </div>