Changeset 1795
- Timestamp:
- 09/04/2009 11:13:43 PM (17 years ago)
- Location:
- trunk/bp-themes/bp-sn-framework
- Files:
-
- 2 edited
-
profile/change-avatar.php (modified) (1 diff)
-
registration/register.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-framework/profile/change-avatar.php
r1761 r1795 52 52 <img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" /> 53 53 54 <div id="avatar-crop-pane" style="width:100px;height:100px;overflow:hidden;">54 <div id="avatar-crop-pane"> 55 55 <img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" /> 56 56 </div> -
trunk/bp-themes/bp-sn-framework/registration/register.php
r1716 r1795 250 250 <img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" /> 251 251 252 <div id="avatar-crop-pane" style="width:100px;height:100px;overflow:hidden;">252 <div id="avatar-crop-pane"> 253 253 <img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" /> 254 254 </div>
Note: See TracChangeset
for help on using the changeset viewer.