Ticket #12420: upload_image.diff
| File upload_image.diff, 1007 bytes (added by , 16 years ago) |
|---|
-
media.php
1426 1426 SWFUpload.onload = function() { 1427 1427 var settings = { 1428 1428 button_text: '<span class="button"><?php _e('Select Files'); ?></span>', 1429 button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }',1430 button_height: "2 4",1429 button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; font-size: 11px; text-shadow: 0 1px 0 #FFFFFF; color:#464646; }', 1430 button_height: "23", 1431 1431 button_width: "132", 1432 button_text_top_padding: 2,1432 button_text_top_padding: 3, 1433 1433 button_image_url: '<?php echo includes_url('images/upload.png'); ?>', 1434 1434 button_placeholder_id: "flash-browse-button", 1435 1435 upload_url : "<?php echo esc_attr( $flash_action_url ); ?>",