Improved usage output. Increased version to 1.0.1
authorAlan Jack Pippin <ajp@pippin.(none)>
Sat, 23 Jun 2007 06:43:58 +0000 (00:43 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Sat, 23 Jun 2007 06:43:58 +0000 (00:43 -0600)
module.inc
templates/ItemAddEmbedVideo.tpl

index 4ae0cfb5a339b9ea10a211a6d3686776204ca422..8a9f40d9593a03b162b9c1d3ff3a34a30334245c 100644 (file)
@@ -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));
index 2180a769704870f1f145ac4dcbf27fb69a91f355..a07a0b7fee1dcc9eeab368801d60defe42b614d6 100644 (file)
@@ -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)}
     <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>