Updated : Replaced video link with remote play
Updated : Language phrases
This commit is contained in:
parent
c0068c9561
commit
d1d159b7ab
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -25,8 +25,8 @@
|
|||
'<div class="upload_form_div clearfix'.$class.'" id="remoteUploadFormDiv">
|
||||
<label for="remote_file_url" class="label">'.lang('please_enter_remote_file_url').'</label>
|
||||
<input name="remote_file_url" type="textfield" class="remoteUrlInput"
|
||||
id="remote_file_url" value="e.g http://clipbucket.com/sample.flv or http://www.youtube.com/watch?v=QfRAHfquzM0"
|
||||
onclick="if($(this).val()==\'e.g http://clipbucket.com/sample.flv http://www.youtube.com/watch?v=QfRAHfquzM0\') $(this).val(\'\')"/>
|
||||
id="remote_file_url" value="'.lang('remote_upload_example').'"
|
||||
onclick="if($(this).val()==\''.lang('remote_upload_example').'\') $(this).val(\'\')"/>
|
||||
<input name="submit_upload" type="hidden" value="'.lang('upload_data_now').'">
|
||||
|
||||
<div id="remote_upload_result_cont"></div>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
$Cbucket->upload_opt_list['link_video_link'] =
|
||||
array(
|
||||
'title' => 'Video Link',
|
||||
'title' => lang('remote_play'),
|
||||
'load_func' => 'load_link_video_form',
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue