PDA

View Full Version : Template-bug: Can't undelete posts using Netscape/Mozilla


Stadler
Mon 16th Jun '03, 10:06pm
When I try to undelete a post using Mozilla, I can't click on Undelete (Restore)

To fix this, do the following:

In Templates -> Thread Administration Templates THREADADMIN

FIND(Section=<!-- ******** MANAGE POST ******** -->) <label for="rb_poststatus_0"><input type="radio" name="poststatus" value="0" id="rb_poststatus_0" checked="checked" />Leave as-is</label><br />
<label for="rb_poststatus_0"><input type="radio" name="poststatus" value="1" id="rb_poststatus_1" />Undelete (Restore)</label><br />REPLACE IT WITH <label for="rb_poststatus_0"><input type="radio" name="poststatus" value="0" id="rb_poststatus_0" checked="checked" />Leave as-is</label><br />
<label for="rb_poststatus_1"><input type="radio" name="poststatus" value="1" id="rb_poststatus_1" />Undelete (Restore)</label><br />