Index: themes/default/rsvp-guestlist.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/rsvp/themes/default/rsvp-guestlist.tpl.php,v
retrieving revision 1.2.2.6
diff -u -p -r1.2.2.6 rsvp-guestlist.tpl.php
--- themes/default/rsvp-guestlist.tpl.php	5 Nov 2009 22:36:47 -0000	1.2.2.6
+++ themes/default/rsvp-guestlist.tpl.php	8 Nov 2010 22:37:14 -0000
@@ -117,19 +117,19 @@
                   <?php endif; ?>
 
                   <?php if ($guest['is_viral']) : ?>
-                    <?php print theme('image', $icon_path . 'viral.gif', t('Invited by a guest'), t('Invited by a guest'), array('width' => 17, 'height' => 17)) ?>
+                    <?php print theme('image', $icon_path . 'viral.gif', t('Invited by a guest'), t('Invited by a guest'), array('width' => 17, 'height' => 17, 'class' => 'rsvp_icon_viral')) ?>
                   <?php endif; ?>
 
                   <?php if ($guest['is_opensignup']) : ?>
-                    <?php print theme('image', $icon_path . 'openinvitation.gif', t('Self registration'), t('Open invitation'), array('width' => 17, 'height' => 17)) ?>
+                    <?php print theme('image', $icon_path . 'openinvitation.gif', t('Self registration'), t('Open invitation'), array('width' => 17, 'height' => 17, 'class' => 'rsvp_icon_opensignup')) ?>
                   <?php endif; ?>
 
                   <?php if ($is_moderator) : ?>
-                    <?php print l(theme('image', $icon_path . 'view.gif', 'view', '', array('width' => 17, 'height' => 17)), 'rsvp/email/'. $guest['userhash'] .'/view', array('html' => true, 'attributes' => array('title' => t('View invitation like the guest would see it.')))) ?>
-                    <?php print l(theme('image', $icon_path . 'profile.gif', 'status', '', array('width' => 17, 'height' => 17)), 'rsvp/' . $rid . '/attendees/status/'. $guest['userhash'], array('html' => true, 'attributes' => array('title' => t('View status of invitation')))) ?>
-                    <?php print l(theme('image', $icon_path . 'delete.gif', 'remove', '', array('width' => 17, 'height' => 17)), 'rsvp/' . $rid . '/attendees/remove/'. $guest['userhash'], array('html' => true, 'attributes' => array('title' => t('Remove attendee from invitation list')))) ?>
-                    <?php print l(theme('image', $icon_path . 'message.gif', 'send message', '', array('width' => 17, 'height' => 17)), 'rsvp/' . $rid . '/message/'. $guest['userhash'], array('html' => true, 'attributes' => array('title' => t('Send message to guest')))) ?>
-                    <?php print l(theme('image', $icon_path . 'invitation.gif', 'send invitation', '', array('width' => 17, 'height' => 17)), 'rsvp/' . $rid . '/attendees/send/'. $guest['userhash'], array('html' => true, 'attributes' => array('title' => t('Send invitation message to guest')))) ?>
+                    <?php print l(theme('image', $icon_path . 'view.gif', 'view', '', array('width' => 17, 'height' => 17, 'class' => 'rsvp_icon_view')), 'rsvp/email/'. $guest['userhash'] .'/view', array('html' => true, 'attributes' => array('title' => t('View invitation like the guest would see it.')))) ?>
+                    <?php print l(theme('image', $icon_path . 'profile.gif', 'status', '', array('width' => 17, 'height' => 17, 'class' => 'rsvp_icon_status')), 'rsvp/' . $rid . '/attendees/status/'. $guest['userhash'], array('html' => true, 'attributes' => array('title' => t('View status of invitation')))) ?>
+                    <?php print l(theme('image', $icon_path . 'delete.gif', 'remove', '', array('width' => 17, 'height' => 17, 'class' => 'rsvp_icon_remove')), 'rsvp/' . $rid . '/attendees/remove/'. $guest['userhash'], array('html' => true, 'attributes' => array('title' => t('Remove attendee from invitation list')))) ?>
+                    <?php print l(theme('image', $icon_path . 'message.gif', 'send message', '', array('width' => 17, 'height' => 17, 'class' => 'rsvp_icon_sendmesg')), 'rsvp/' . $rid . '/message/'. $guest['userhash'], array('html' => true, 'attributes' => array('title' => t('Send message to guest')))) ?>
+                    <?php print l(theme('image', $icon_path . 'invitation.gif', 'send invitation', '', array('width' => 17, 'height' => 17, 'class' => 'rsvp_icon_sendinvite')), 'rsvp/' . $rid . '/attendees/send/'. $guest['userhash'], array('html' => true, 'attributes' => array('title' => t('Send invitation message to guest')))) ?>
                     <?php print $guest['lastaccess'] ?>              
                   <?php endif; ?>
                           
