Hi
Yes it is the same thing, (button wise. The only thing that is different is the $vbphrase, yours uses 'preview_message', my example (install example) uses 'preview_post'! So both are the same but what the button will display!
So yes do the Find and Replace based on your button!
Like so
Find => in 'pm_newpm'
Code:
<input type="submit" class="button" value="$vbphrase[preview_message]" accesskey="p" name="preview" tabindex="1" onclick="this.form.dopreview = true; return true;" />
Replace with => in 'pm_newpm'
Code:
<input type="submit" class="button" value="$vbphrase[preview_message]" accesskey="p" name="preview" tabindex="1" onclick="this.form.dopreview = true; return true;" /> <if condition="$permissions[newpmdrafts]!=0"><input type="submit" class="button" name="draft" value="$vbphrase[save_draft]" /></if>
C, ya...
Sonia