diff options
Diffstat (limited to 'views/default/forms/labels/googlevideos.php')
-rw-r--r-- | views/default/forms/labels/googlevideos.php | 18 |
1 files changed, 9 insertions, 9 deletions
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 @@ <?php - /**
- * 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 <synapticfield@gmail.com>
- * @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 <synapticfield@gmail.com> + * @copyright Prateek Choudhary */ $body = '<p><label>'.elgg_echo("videolist:title_search_tube").'<br />'; @@ -27,7 +27,7 @@ //$body .= '<input type="submit" value="Submit" class="submit_button" name="submit" onclick="sendSearchRequest(1);"/>'; $body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('videolist:searchTubeVideos:vimeo'))); //$body .= "</div>"; - $body .= "</div>";
+ $body .= "</div>"; $body .= '</label></p>'; $body .= '<div id="searchcontrol">Loading...</div>'; print $body; |