I've been messing around with the MT templates to tweak them to my needs, and I've got one last tweak I'm trying to accomplish:
When a photo-popup is made, I want the popup to close onBlur. So, I went into default-templates, found the "Uploaded Image Popup Template" and editted it, making the BODY tag this:
CODE
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" "window.close();">
I saved it, and reuploaded it to ...lib\MT\, and it's definitely there on the server, but the server doesn't seem to read it. I'm guessing it's been stored somewhere else in the server (I think in the DB directory in template.db)? but I'm not sure. Is there any way to have MT re-read the default-templates.pl file, to include my popup tweak?
Thanks!