jmyeom

*_footer.tpl popup report

May 22nd, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. in dwoo/templates/upl_footer.tpl
  2. in dwoo/templates/img_footer.tpl
  3. in dwoo/templates/oek_footer.tpl
  4.  
  5. find: arround line 15-17
  6.  
  7.  
  8. {t}Report post{t}<br />
  9. {t}Reason{/t}
  10. <input type="text" name="reportreason" size="10" />&nbsp;<input name="reportpost" value="{t}Report{/t}" type="submit" />
  11.  
  12.  
  13. replace with
  14.  
  15. {t}Report post{t}
  16. <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