If you would like to reverse the logic of the approval buttons:
At the bottom of the code on the ListView template is a line that begins with:
xmod:approvebutton display="linkbutton"
Simply reverse the two images.
The link button begins with the ThumbsUp.gif img src
Replace the image in the text= section with the ThumbsDown.gif and then replace the image in the unapprovetext= section with the ThumbsUp;gif. |