Quote:
Originally Posted by Gary King
To change to an image, change
PHP Code:
<input type="submit" name="deletepost" value="<if condition="$deletebutton">delete<else />remove</if>" id="rb_del_soft" tabindex="1" class="button" />
to
PHP Code:
<input type="hidden" name="deletepost" value="<if condition="$deletebutton">delete<else />remove</if>" />
Then, add this below that:
PHP Code:
<input type="image" name="submit" src="image.jpg" />
Replace image.jpg with the path to your image.
|
might wanna add align="middle" border="0" to that line aswell so the button lines up with the edit and quote buttons
[high]* grief clicks install[/high]