Changeset 225210
- Timestamp:
- 04/04/2010 01:02:27 PM (16 years ago)
- Location:
- custom-avatars-for-comments/trunk
- Files:
-
- 2 edited
-
css/comment_avatars.css (modified) (1 diff)
-
inc/frontend.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-avatars-for-comments/trunk/css/comment_avatars.css
r224994 r225210 13 13 margin: 4px; 14 14 } 15 #comment-avatars-select-wrapper.comment-avatars-deselect-link input { 16 display: inline; 17 } -
custom-avatars-for-comments/trunk/inc/frontend.php
r225208 r225210 127 127 if ( !empty( $label ) ) { ?> 128 128 <div class="comment_avatar_label comment-avatars-select-label"> 129 <label for="comment _avatar"><?php echo $label ?></label>129 <label for="comment-avatars-select-wrapper"><?php echo $label ?></label> 130 130 </div> <?php 131 131 } ?> … … 152 152 if ( !empty( $deselectlink ) ) { ?> 153 153 <div class="comment-avatars-deselect-link"> 154 <a href="#" onclick="comment_avatars_js_deselect_all(); return false"><?php echo $deselectlink ?></a> 154 <input type="radio" name="comment_avatar" onclick="comment_avatars_js_deselect_all();" /> <?php 155 echo $deselectlink ?> 155 156 </div> <?php 156 157 }
Note: See TracChangeset
for help on using the changeset viewer.