Paul
Tue 17th Jun '03, 5:21am
Hi,
There appears to be a small typo in the threadadmin template that prevents deleted posts from being restored:
<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 />
should be:
<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 />
There appears to be a small typo in the threadadmin template that prevents deleted posts from being restored:
<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 />
should be:
<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 />