[high]* Revan has it installed.
[/high]
[high]* Revan also found an error

[/high]
Code:
<div><label for="ao_dbump"><input type="radio" name="do" id="ao_archive" value="archive" />$vbphrase[archiveit]</label></div>
Should obviously be
Code:
<div><label for="ao_archive"><input type="radio" name="do" id="ao_archive" value="archive" />$vbphrase[archiveit]</label></div>

It puzzled me for ages, but it wasn't until now I could actually be bothered to research it