Quote:
Originally Posted by T3MEDIA
you know that area on the bototm:
"To delete this message, check the appropriate option below and then click the 'Delete this Message' button."
I would like that box to be ticked already. it makes no sense to me to tick and then delete. I know I know just in case they dont mess up.
but how do I change that in code?
|
Edit the pm_showpm template and change this
Code:
<input type="checkbox" name="pm[$pm[pmid]]" id="deletepm" value="true" />
to this
Code:
<input type="checkbox" name="pm[$pm[pmid]]" id="deletepm" value="true" checked="checked" />