inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Sept 25, 2005 7:15:31 GMT -8
Like the PM delete marker, but this time for advanced moderation. Next to the threads when you are in AM there are checkboxes, when clicked the row will highlight. <style type="text/css">
.ammarker td { background-color: #ffffff; }
</style>
<script type="text/javascript"> <!--
// AM Thread Marker
function amMarker(){ var iCheck = document.getElementsByTagName("input"); for(c = 0; c < iCheck.length; c ++){ if(iCheck.item(c).name.match(/^thread-\d+/) && iCheck.item(c).type == "checkbox"){ if(iCheck.item(c).checked){ iCheck.item(c).parentNode.parentNode.className = "ammarker"; } else { iCheck.item(c).parentNode.parentNode.className = ""; } } } }
if(location.href.match(/&moderationmode=1/i)){ document.onclick = amMarker; }
//--> </script>Global footer. Just change the color which is in bold
|
|