Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- in dwoo/templates/upl_footer.tpl
- in dwoo/templates/img_footer.tpl
- in dwoo/templates/oek_footer.tpl
- find: arround line 15-17
- {t}Report post{t}<br />
- {t}Reason{/t}
- <input type="text" name="reportreason" size="10" /> <input name="reportpost" value="{t}Report{/t}" type="submit" />
- replace with
- {t}Report post{t}
- <input value="{t}Report{/t}" onclick="var o=document.getElementsByTagName('input');for(var i=0;i<o.length;i++)if(o[i].type=='checkbox' && o[i].checked && o[i].name=='post[]') return reppop('{$cwebpath}report.php?no='+o[i].value+'&bo={$board.name}');" type="button">
Advertisement
Add Comment
Please, Sign In to add comment