<script type="text/javascript">$(document).ready(function() { $("div[id*='_pnlMainView']").each(function(){ var temp1 = $(this); var temp2 = ''; temp1.find("td:eq(0)").find(".ContentBoxTitle").each(function(){ if ($(this).html().match("Comments")){ temp2 += "<br><div style='text-align:left;'>"; temp2 += $(this).parent().parent().html() + "</div>"; $(this).parent().parent().html(''); } }) temp1.find("td").each(function(){ if ($(this).html() == "Follow-Up") { temp2 += "<br><div class='ContentBox'><div style='padding:5px;font-weight:bold;' class='ContentBoxTitle'>" temp2 += "Follow-Up</div><table class=ContentBoxBody><tr>" + $(this).next().html() + "</tr></table></div>"; $(this).parent().html(''); } if ($(this).attr("id").match("_smallCalendarsCell")) $(this).append(temp2); }) })})</script>
<style type="text/css"> .eventComments div { font-size: 110%; } </style> <!-- Don't change anything below --> <script type="text/javascript"> $(document).ready(function() { var temp1 = $('div[id*="_pnlMainView"]'), temp2, comments = temp1.find("a[id$=_lnkAddComment]").closest("td"); if (comments.length) { temp2 = "<br><div style='text-align:left;'>" + comments.html() + "</div>"; comments.empty(); temp1.find('td[id*="_smallCalendarsCell"]') .append(temp2) .find('.ContentBoxBody') .addClass('eventComments') .removeAttr('style'); } }); </script>
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>