Ticket #6531: 6531-change-avatar-upload.2.patch
File 6531-change-avatar-upload.2.patch, 1.1 KB (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php
21 21 <div class="drag-drop-inside"> 22 22 <p class="drag-drop-info"><?php esc_html_e( 'Drop your file here', 'buddypress' ); ?></p> 23 23 <p><?php _ex( 'or', 'Uploader: Drop your file here - or - Select your File', 'buddypress' ); ?></p> 24 <p class="drag-drop-buttons">< input id="{{data.browse_button}}" type="button" value="<?php esc_attr_e( 'Select your File', 'buddypress' ); ?>" class="button" /></p>24 <p class="drag-drop-buttons"><label for="{{data.browse_button}}" class="bp-screen-reader-text"><?php esc_html_e( 'Upload your image', 'buddypress' ); ?></label><input id={{data.browse_button}}" type="button" value="<?php esc_attr_e( 'Select your File', 'buddypress' ); ?>" title="Select your File" class="button" /></p> 25 25 </div> 26 26 </div> 27 27 </div>