Plugin Directory

Changeset 225210


Ignore:
Timestamp:
04/04/2010 01:02:27 PM (16 years ago)
Author:
nkuttler
Message:

fix select no avatar link

Location:
custom-avatars-for-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-avatars-for-comments/trunk/css/comment_avatars.css

    r224994 r225210  
    1313    margin:                                     4px;
    1414}
     15#comment-avatars-select-wrapper.comment-avatars-deselect-link input {
     16    display:                                    inline;
     17}
  • custom-avatars-for-comments/trunk/inc/frontend.php

    r225208 r225210  
    127127        if ( !empty( $label ) ) { ?>
    128128            <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>
    130130            </div> <?php
    131131        } ?>
     
    152152        if ( !empty( $deselectlink ) ) { ?>
    153153            <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 ?>
    155156            </div> <?php
    156157        }
Note: See TracChangeset for help on using the changeset viewer.