embed upload and remote upload is complete
This commit is contained in:
parent
1693714792
commit
2e921cfe72
1 changed files with 5 additions and 2 deletions
|
@ -16,8 +16,11 @@
|
||||||
function load_remote_upload_form($params=NULL)
|
function load_remote_upload_form($params=NULL)
|
||||||
{
|
{
|
||||||
global $file_name;
|
global $file_name;
|
||||||
if($params['class'])
|
assign('params',$params);
|
||||||
$class = ' '.$params['class'];
|
Template(STYLES_DIR.'/global/remote_upload_form.html',false);
|
||||||
|
return false;
|
||||||
|
|
||||||
|
|
||||||
echo '<div class="alert alert-info marginTop">
|
echo '<div class="alert alert-info marginTop">
|
||||||
'.lang('upload_remote_video_msg').'
|
'.lang('upload_remote_video_msg').'
|
||||||
</div>';
|
</div>';
|
||||||
|
|
Loading…
Add table
Reference in a new issue