From 4e21341b591b305662a15ef7cce055e5f9dcb135 Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Sat, 23 Jun 2007 00:43:58 -0600
Subject: [PATCH] Improved usage output. Increased version to 1.0.1

---
 module.inc                      |  2 +-
 templates/ItemAddEmbedVideo.tpl | 13 ++++++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

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>
 
-- 
2.34.1