File "html-product-download.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-download.php
File
size: 972 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
if (!defined('ABSPATH')) {
exit;
}
?>
<tr>
<td class="sort"></td>
<td class="file_name">
<input type="text" class="input_text" placeholder="<?php
esc_attr_e('File name', 'woocommerce');
?>" name="_wc_file_names[]" value="<?php
echo esc_attr($file['name']);
?>" />
<input type="hidden" name="_wc_file_hashes[]" value="<?php
echo esc_attr($key);
?>" />
</td>
<td class="file_url"><input type="text" class="input_text" placeholder="<?php
esc_attr_e('http://', 'woocommerce');
?>" name="_wc_file_urls[]" value="<?php
echo esc_attr($file['file']);
?>" /></td>
<td class="file_url_choose" width="1%"><a href="#" class="button upload_file_button" data-choose="<?php
esc_attr_e('Choose file', 'woocommerce');
?>" data-update="<?php
esc_attr_e('Insert file URL', 'woocommerce');
?>"><?php
echo esc_html__('Choose file', 'woocommerce');
?></a></td>
<td width="1%"><a href="#" class="delete"><?php
esc_html_e('Delete', 'woocommerce');
?></a></td>
</tr>