button text
This commit is contained in:
parent
4c4bc9f5d2
commit
121401fd60
|
@ -439,7 +439,7 @@ function variable_product_type_options() {
|
|||
</tr>\
|
||||
<tr class="show_if_variation_downloadable">\
|
||||
<td rowspan="2">\
|
||||
<div class="file_path_field"><label><?php echo esc_js( __('File paths:', 'woocommerce') ); ?> <a class="tips" data-tip="<?php echo esc_js( __('Enter one or more File Paths, one per line, to make this variation a downloadable product, or leave blank.', 'woocommerce') ); ?>" href="#">[?]</a></label><textarea style="float:left;" class="short file_paths" cols="20" rows="2" placeholder="<?php echo esc_js('File paths/URLs, one per line', 'woocommerce'); ?>" name="variable_file_paths[' + loop + ']" wrap="off"></textarea> <input type="button" class="upload_file_button button" value="<?php echo esc_js( __('↑', 'woocommerce') ); ?>" title="<?php echo esc_js( __('Upload', 'woocommerce') ); ?>" /></div>\
|
||||
<div class="file_path_field"><label><?php echo esc_js( __('File paths:', 'woocommerce') ); ?> <a class="tips" data-tip="<?php echo esc_js( __('Enter one or more File Paths, one per line, to make this variation a downloadable product, or leave blank.', 'woocommerce') ); ?>" href="#">[?]</a></label><textarea style="float:left;" class="short file_paths" cols="20" rows="2" placeholder="<?php echo esc_js('File paths/URLs, one per line', 'woocommerce'); ?>" name="variable_file_paths[' + loop + ']" wrap="off"></textarea> <input type="button" class="upload_file_button button" value="<?php echo esc_js( __('Upload a file', 'woocommerce') ); ?>" title="<?php echo esc_js( __('Upload', 'woocommerce') ); ?>" /></div>\
|
||||
</td>\
|
||||
<td>\
|
||||
<div><label><?php echo esc_js( __('Download Limit:', 'woocommerce') ); ?> <a class="tips" data-tip="<?php echo esc_js( __('Leave blank for unlimited re-downloads.', 'woocommerce') ); ?>" href="#">[?]</a></label><input type="text" size="5" name="variable_download_limit[' + loop + ']" placeholder="<?php echo esc_js( __('Unlimited', 'woocommerce') ); ?>" /></div>\
|
||||
|
|
Loading…
Reference in New Issue