From a8aa4bceed8e7ad0c5af2646a83d6a2da2e0b23a Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Fri, 26 Mar 2010 21:07:39 +0000 Subject: Changed line endings to unix-style for videolist plugin. --- views/default/forms/labels/googlevideos.php | 18 +++++++++--------- views/default/forms/labels/metacafe.php | 18 +++++++++--------- views/default/forms/labels/vimeo.php | 16 ++++++++-------- views/default/forms/labels/youtube.php | 18 +++++++++--------- 4 files changed, 35 insertions(+), 35 deletions(-) (limited to 'views/default/forms/labels') diff --git a/views/default/forms/labels/googlevideos.php b/views/default/forms/labels/googlevideos.php index de263c1c9..76673c10b 100644 --- a/views/default/forms/labels/googlevideos.php +++ b/views/default/forms/labels/googlevideos.php @@ -1,13 +1,13 @@ - * @copyright Prateek Choudhary + /** + * Elgg User Profile Video Plugin + * This plugin allows users to browse youtube videos + * + * @package ElggProfile + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Prateek Choudhary + * @copyright Prateek Choudhary */ $body = '

'; $body .= '
Loading...
'; print $body; diff --git a/views/default/forms/labels/metacafe.php b/views/default/forms/labels/metacafe.php index 79e87d1be..7003b6743 100644 --- a/views/default/forms/labels/metacafe.php +++ b/views/default/forms/labels/metacafe.php @@ -1,13 +1,13 @@ - * @copyright Prateek Choudhary + /** + * Elgg Video Plugin + * This plugin allows users to create a library of youtube/vimeo/metacafe videos + * @file - load metacafe label + * @package Elgg + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Prateek Choudhary + * @copyright Prateek Choudhary */ $body = '

'; print $body; diff --git a/views/default/forms/labels/vimeo.php b/views/default/forms/labels/vimeo.php index e5cf21235..6a15909b4 100644 --- a/views/default/forms/labels/vimeo.php +++ b/views/default/forms/labels/vimeo.php @@ -1,13 +1,13 @@ - * @copyright Prateek Choudhary + * @file - load vimeo label + * @package Elgg + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Prateek Choudhary + * @copyright Prateek Choudhary */ $body = '

'; print $body; diff --git a/views/default/forms/labels/youtube.php b/views/default/forms/labels/youtube.php index 40be100ee..4ec53b27a 100644 --- a/views/default/forms/labels/youtube.php +++ b/views/default/forms/labels/youtube.php @@ -1,13 +1,13 @@ - * @copyright Prateek Choudhary + /** + * Elgg Video Plugin + * This plugin allows users to create a library of youtube/vimeo/metacafe videos + * @file - load youtube label + * @package Elgg + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Prateek Choudhary + * @copyright Prateek Choudhary */ $body = '

'; print $body; -- cgit v1.2.3