Thank you.
Quote:
Originally Posted by Convergys
An idea for this as an addon, have the option for adding the edit reason...?
|
Nice idea. To add the edit reason field, open your showthread_quickedit template and find:
Code:
<td><textarea name="message" class="bginput" style="width:455px; height:85px;" wrap="virtual" tabindex="1">$edittext</textarea><br>
Below it add:
Code:
<!-- edit reason field -->
<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
<div>$vbphrase[reason_for_editing]:</div>
<div><input type="text" class="bginput" name="reason" value="$newpost[reason]" size="50" maxlength="200" tabindex="1" title="$vbphrase[optional]" /><input type="hidden" name="reason_exists" value="$edit[reason_exists]" /></div>
</div>
<!-- / edit reason field -->